Upgrade to MIME-Base64-3.06
[p5sagit/p5-mst-13.2.git] / ext / MIME / Base64 / Makefile.PL
index 7a4e13e..d7e0784 100644 (file)
@@ -1,9 +1,10 @@
-require 5.005;
+require 5.006;
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
     NAME        => 'MIME::Base64',
-    MAN3PODS    => {},  # Pods will be built by installman.
     VERSION_FROM => 'Base64.pm',
     dist         => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
+    ($] >= 5.008) ?
+      (INSTALLDIRS => 'perl') : (),
 );