Skip to content

Commit

Permalink
Fix up the Makefile for dmake on Strawberry Perl
Browse files Browse the repository at this point in the history
rt 50774.
Reported and analysed by Mister Whipple.
Fix suggested by Curtis Jewell.
  • Loading branch information
pjcj committed May 8, 2010
1 parent 624e7f1 commit a5b9460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -28,7 +28,7 @@ my @perlbug = ("perlbug", "-a", $Author,
my $Perlbug = join " ", map { / / ? "'$_'" : $_ } @perlbug;

my @files = sort keys %{maniread()}, "lib/Devel/Cover/Inc.pm";
my @versions = grep { $_ ne "README" && $_ ne "Makefile.PL" } @files;
my @versions = grep !/^(?:README|Makefile\.PL|\.gitignore)$/, @files;

my $base = getcwd;

Expand Down

0 comments on commit a5b9460

Please sign in to comment.