~dveeden/mysql-sandbox/mysql-sandbox

« back to all changes in this revision

Viewing changes to lib/MySQL/Sandbox.pm

  • Committer: Giuseppe Maxia
  • Date: 2010-01-08 14:18:53 UTC
  • Revision ID: g.maxia@gmail.com-20100108141853-6ycxvjjpfqfzzbv5
- Fixed bud in make_multiple_custom_sandbox. With some versions of bash, it broke on tests with "use_all"
- fixed bug on symlink access on some platforms.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
                    use_env
23
23
                    get_option_file_contents ) ;
24
24
 
25
 
our $VERSION="3.0.06";
 
25
our $VERSION="3.0.07";
26
26
our $DEBUG;
27
27
 
28
28
BEGIN {
260
260
    find(
261
261
        {
262
262
            no_chdir => 1,
 
263
            follow  => 1,
263
264
            wanted   => sub {
264
265
                if ( $seen_dir eq $File::Find::dir ) {
265
266
                    return;