Upgrade to MIME-Base64-3.08
[p5sagit/p5-mst-13.2.git] / ext / MIME-Base64 / Makefile.PL
index f676159..7300447 100644 (file)
@@ -2,9 +2,6 @@ require 5.006;
 use ExtUtils::MakeMaker;
 
 my @makefileopts;
-if (grep { $_ eq 'PERL_CORE=1' } @ARGV) {
-    push @makefileopts, MAN3PODS => {};
-}
 if ($] >= 5.008) {
     push @makefileopts, INSTALLDIRS => 'perl';
 }
@@ -12,6 +9,5 @@ if ($] >= 5.008) {
 WriteMakefile(
     NAME        => 'MIME::Base64',
     VERSION_FROM => 'Base64.pm',
-    dist         => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
     @makefileopts,
 );