Import ExtUtils::MakeMaker 6.55_03 from CPAN
[p5sagit/p5-mst-13.2.git] / cpan / ExtUtils-MakeMaker / t / 00compile.t
index 743bd99..f392276 100644 (file)
@@ -15,9 +15,10 @@ BEGIN {
 chdir "..";
 my $manifest = "MANIFEST";
 open(my $manifest_fh, "<", $manifest) or die "Can't open $manifest: $!";
-my @modules = map { m{^lib/(\S+)}; $1 } 
+my @modules = map  { m{^lib/(\S+)}; $1 }
               grep { m{^lib/\S+\.pm} } 
               <$manifest_fh>;
+
 chomp @modules;
 close $manifest_fh;