X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2Fdbixcsl_test_dir.pm;h=6af8511c97c8cc6c00b27be842eed7999931e68d;hb=494e020541e534ac7a097872eeeb344a0b13ec5a;hp=f40af8b68efb2d42b7c317f415a0f1f79264c348;hpb=f8c2ca5eac1d4782c1d5be369c9bd0dcf680cb9d;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/lib/dbixcsl_test_dir.pm b/t/lib/dbixcsl_test_dir.pm index f40af8b..6af8511 100644 --- a/t/lib/dbixcsl_test_dir.pm +++ b/t/lib/dbixcsl_test_dir.pm @@ -12,12 +12,12 @@ use base qw/Exporter/; our @EXPORT_OK = '$tdir'; die "/t does not exist, this can't be right...\n" - unless -d 't'; + unless -d 't'; my $tbdir = 't/var'; unless (-d $tbdir) { - mkdir $tbdir or die "Unable to create $tbdir: $!\n"; + mkdir $tbdir or die "Unable to create $tbdir: $!\n"; } our $tdir = tempdir(DIR => $tbdir);