Add author test for whitespace errors and make whitespace more consistent
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / backcompat / 0.04006 / lib / dbixcsl_test_dir.pm
index f40af8b..6af8511 100644 (file)
@@ -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);