Applying changes from bobtfish, bumping to Test::NoTabs-0.4
[catagits/Test-NoTabs.git] / t / 11-all.t
index ef8bd2d..5ab66cb 100644 (file)
@@ -1,10 +1,11 @@
 use strict;
 
 use Test::NoTabs;
+use FindBin qw/$Bin/;
 
 use File::Temp qw( tempdir tempfile );
 
-all_perl_files_ok();
+all_perl_files_ok("$Bin/../lib");
 
 notabs_ok( $0, "$0 is tab free" );