This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Refactor ExtUtils::Embed::xsi_{protos,body} to use a scalar $retval.
[perl5.git] / cpan / MIME-Base64 / Makefile.PL
index 8307d2c..72a95bc 100644 (file)
@@ -2,7 +2,7 @@ require 5.006;
 use ExtUtils::MakeMaker;
 
 my @makefileopts;
-if ($] >= 5.008) {
+if ($] >= 5.008 && $] < 5.012) {
     push @makefileopts, INSTALLDIRS => 'perl';
 }