Add modules used in author tests to develop-requires
[dbsrgits/SQL-Abstract.git] / xt / 92whitespace.t
index ebc0148..5f76669 100644 (file)
@@ -3,12 +3,9 @@ use strict;
 
 use Test::More;
 use File::Glob 'bsd_glob';
-use lib 't/lib';
 
-eval "use Test::EOL 1.0 ()";
-plan skip_all => 'Test::EOL 1.0 required' if $@;
-eval "use Test::NoTabs 0.9 ()";
-plan skip_all => 'Test::NoTabs 0.9 required' if $@;
+use Test::EOL 1.0 ();
+use Test::NoTabs 0.9 ();
 
 # FIXME - temporary workaround for RT#82032, RT#82033
 # also add all scripts (no extension) and some extra extensions
@@ -23,7 +20,7 @@ plan skip_all => 'Test::NoTabs 0.9 required' if $@;
   *Test::NoTabs::_is_perl_module = $is_pm;
 }
 
-my @pl_targets = qw/t lib script examples/;
+my @pl_targets = qw/t lib examples/;
 Test::EOL::all_perl_files_ok({ trailing_whitespace => 1 }, @pl_targets);
 Test::NoTabs::all_perl_files_ok(@pl_targets);