~dveeden/mysql-sandbox/mysql-sandbox

« back to all changes in this revision

Viewing changes to lib/MySQL/Sandbox/Scripts.pm

  • Committer: Giuseppe Maxia
  • Date: 2009-05-09 08:04:44 UTC
  • Revision ID: g.maxia@gmail.com-20090509080444-jy8a330el0mt425a
Tags: 3.0
- 3.0.00 GA release
- no code modification. Same codebase as 2.0.99f
- completed cookbook (41 recipes in MySQL::Sandbox::Recipes)
- added script_templates directory (No modification in current version, just preparation for 3.1.xx)
- added drafts directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
our @EXPORT_OK = qw( scripts_in_code);
11
11
our @EXPORT = @EXPORT_OK;
12
12
 
13
 
our $VERSION="2.0.99f";
 
13
our $VERSION="3.0.00";
14
14
 
15
15
our @MANIFEST = (
16
16
'clear.sh',
682
682
    },
683
683
);
684
684
 
685
 
 
 
685
# --- START SCRIPTS IN CODE ---
686
686
 
687
687
my %scripts_in_code = (
688
688
    'start.sh' => <<'START_SCRIPT',
1080
1080
 
1081
1081
);
1082
1082
 
 
1083
# --- END SCRIPTS IN CODE ---
 
1084
 
1083
1085
my $license_text = <<'LICENSE';
1084
1086
#    The MySQL Sandbox
1085
1087
#    Copyright (C) 2006,2007,2008,2009 Giuseppe Maxia
1131
1133
__END__
1132
1134
=head1 NAME
1133
1135
 
1134
 
MySQL::Sandbox::Scripts - Collection of script templates for MySQL Sandbox
 
1136
MySQL::Sandbox::Scripts - Script templates for MySQL Sandbox
1135
1137
 
1136
1138
=head1 PURPOSE
1137
1139
 
1138
1140
This package is a collection of data and scripts templates for MySQL::Sandbox.
1139
 
It is not supposed to be used stand alone, but it is an ancillary package.
 
1141
It is not supposed to be used stand alone. It is an ancillary package.
 
1142
For a reference manual, see L<MySQL::Sandbox>. For a cookbook, see L<MySQL::Sandbox::Recipes>.
 
1143
 
1140
1144
 
1141
1145
=head1 COPYRIGHT
1142
1146