BEGIN { chdir '..' unless -d 't'; } use t::Whatever; #### BEGIN { chdir 't' if -d 't'; } use Whatever; #### BEGIN { chdir '..' unless -d 't'; } push @INC, 't'; use Whatever;
## BEGIN { chdir 't' if -d 't'; } use Whatever; ##
## BEGIN { chdir '..' unless -d 't'; } push @INC, 't'; use Whatever;