diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-07-05 15:21:07 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-07-05 15:21:07 +0100 |
commit | 43f930483e46341a5bed39def194c95eb1d468b4 (patch) | |
tree | 79d7942621d4c0955f1e6b65dee159c26acb44d5 /cpan/MIME-Base64/Makefile.PL | |
parent | aeb2a38c077d17381589199fe51221e5d2dcfba3 (diff) | |
download | perl-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.PL | 2 |
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'; } |