This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to Digest-MD5-2.39
[perl5.git] / ext / Digest-MD5 / Makefile.PL
old mode 100755 (executable)
new mode 100644 (file)
index bb23687..0a3a016
@@ -4,8 +4,6 @@ use strict;
 use Config qw(%Config);
 use ExtUtils::MakeMaker;
 
-my $PERL_CORE = grep $_ eq "PERL_CORE=1", @ARGV;
-
 my @extra;
 @extra = (DEFINE => "-DU32_ALIGNMENT_REQUIRED") unless free_u32_alignment();
 
@@ -19,7 +17,6 @@ if ($^O eq 'VMS') {
 }
 
 push(@extra, 'INSTALLDIRS'  => 'perl') if $] >= 5.008;
-push(@extra, 'MAN3PODS' => {}) if $PERL_CORE; # Pods built by installman.
 push @extra, 'LICENSE' => 'perl' if eval($ExtUtils::MakeMaker::VERSION) >= "6.30";
 
 WriteMakefile(