t/porting/exec-bit.t isn't using File::{Basename,Find,Spec::Functions}.
authorNicholas Clark <nick@ccl4.org>
Tue, 28 Aug 2012 15:14:37 +0000 (17:14 +0200)
committerNicholas Clark <nick@ccl4.org>
Wed, 29 Aug 2012 10:23:46 +0000 (12:23 +0200)
No point loading modules that it uses nothing from.

t/porting/exec-bit.t

index 718c81d..84a0b0a 100644 (file)
@@ -22,9 +22,6 @@ if ( $^O eq "vos" ) {
 plan('no_plan');
 
 use ExtUtils::Manifest qw(maniread);
-use File::Basename;
-use File::Find;
-use File::Spec::Functions;
 
 # Copied from Porting/makerel - these will get +x in the tarball
 # XXX refactor? -- dagolden, 2010-07-23
@@ -51,4 +48,3 @@ for my $f ( map { "../$_" } @manifest ) {
 
 ok( ! %exe_list, "Everything in Porting/exec-bit.txt has +x in repo" )
   or diag( "Files missing exec bit:\n  " . join("\n  ", sort keys %exe_list) . "\n");
-