From: Tomas Doran Date: Sun, 22 Nov 2009 20:08:28 +0000 (+0000) Subject: Notabs is author only X-Git-Tag: 5.80014_02~10^2~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=540ad35188f616d28a286f5804d7d8d19710d2ae;hp=4fac276ebf3f821fbe94cc145688a9338b0b8b60;p=catagits%2FCatalyst-Runtime.git Notabs is author only --- diff --git a/t/04critic.t b/t/04critic.t deleted file mode 100644 index 5a4a226..0000000 --- a/t/04critic.t +++ /dev/null @@ -1,21 +0,0 @@ -use strict; -use warnings; - -use File::Spec; -use FindBin (); -use Test::More; - -if ( !-e "$FindBin::Bin/../MANIFEST.SKIP" ) { - plan skip_all => 'Critic test only for developers.'; -} -else { - eval { require Test::NoTabs }; - if ( $@ ) { - plan tests => 1; - fail( 'You must install Test::NoTabs to run 04critic.t' ); - exit; - } -} - -Test::NoTabs->import; -all_perl_files_ok(qw/lib/); diff --git a/t/author/notabs.t b/t/author/notabs.t new file mode 100644 index 0000000..5cd3ae0 --- /dev/null +++ b/t/author/notabs.t @@ -0,0 +1,10 @@ +use strict; +use warnings; + +use File::Spec; +use FindBin (); +use Test::More; +use Test::NoTabs; + +all_perl_files_ok(qw/lib/); +