summaryrefslogtreecommitdiff
path: root/cpan/MIME-Base64/Makefile.PL
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-07-05 15:21:07 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-07-05 15:21:07 +0100
commit43f930483e46341a5bed39def194c95eb1d468b4 (patch)
tree79d7942621d4c0955f1e6b65dee159c26acb44d5 /cpan/MIME-Base64/Makefile.PL
parentaeb2a38c077d17381589199fe51221e5d2dcfba3 (diff)
downloadperl-43f930483e46341a5bed39def194c95eb1d468b4.tar.gz
Update MIME-Base64 to CPAN version 3.14
[DELTA] 2013-07-02 Gisle Aas <gisle@ActiveState.com> Release 3.14 Install to 'site' instead of 'perl' when perl version is 5.12+
Diffstat (limited to 'cpan/MIME-Base64/Makefile.PL')
-rw-r--r--cpan/MIME-Base64/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/MIME-Base64/Makefile.PL b/cpan/MIME-Base64/Makefile.PL
index 8307d2c318..72a95bcb6e 100644
--- a/cpan/MIME-Base64/Makefile.PL
+++ b/cpan/MIME-Base64/Makefile.PL
@@ -2,7 +2,7 @@ require 5.006;
use ExtUtils::MakeMaker;
my @makefileopts;
-if ($] >= 5.008) {
+if ($] >= 5.008 && $] < 5.012) {
push @makefileopts, INSTALLDIRS => 'perl';
}