Search a list of potential template directories, including the project base.
[catagits/Catalyst-Devel.git] / share / t / comptest.tt
index d46300b..1e38a12 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 eval "use Test::WWW::Mechanize::Catalyst '[% name %]'";
 if ($@) {
     plan skip_all => 'Test::WWW::Mechanize::Catalyst required';
-       exit 0;
+    exit 0;
 }
 
 ok( my $mech = Test::WWW::Mechanize::Catalyst->new, 'Created mech object' );
@@ -24,4 +24,3 @@ BEGIN { use_ok '[% class %]' }
 [% END -%]
 
 done_testing();
-1;