X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fauthor%2Fnotabs.t;fp=t%2Fauthor%2Fnotabs.t;h=5cd3ae014ba7b8de6483d44a7813d47ce624692f;hb=30fe793be0d7595dcd1b888ef281c03864f6cd1d;hp=0000000000000000000000000000000000000000;hpb=a13118d38dfb62e5110605e4d4f6885dd3fc959b;p=catagits%2FCatalyst-Runtime.git 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/); +