summaryrefslogtreecommitdiff
path: root/cpan/ExtUtils-MakeMaker/t/00compile.t
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-12-18 13:07:04 -0500
committerJesse Vincent <jesse@bestpractical.com>2009-12-18 13:07:04 -0500
commit3d97da50423e4922873a8598cab029e60a40bfad (patch)
tree6321bc59241c6f99ab99b5f9605567dc00515a99 /cpan/ExtUtils-MakeMaker/t/00compile.t
parent0124e6951248925eb02487d9823d46be100b0e91 (diff)
downloadperl-3d97da50423e4922873a8598cab029e60a40bfad.tar.gz
Bring up ExtUtils::MakeMaker to 6.56 - no functional changes from 6.55_03
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/t/00compile.t')
-rw-r--r--cpan/ExtUtils-MakeMaker/t/00compile.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/ExtUtils-MakeMaker/t/00compile.t b/cpan/ExtUtils-MakeMaker/t/00compile.t
index f392276623..d627fb1c61 100644
--- a/cpan/ExtUtils-MakeMaker/t/00compile.t
+++ b/cpan/ExtUtils-MakeMaker/t/00compile.t
@@ -15,7 +15,7 @@ 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>;