0535526369
2015-01-12 Gisle Aas <gisle@ActiveState.com> Release 3.15 Avoid compilation warnings on Windows. Restore compatibility with perl-5.4
20 lines
531 B
Text
20 lines
531 B
Text
$NetBSD: patch-aa,v 1.6 2015/01/14 13:12:09 wiz Exp $
|
|
|
|
--- Makefile.PL.orig 2015-01-12 20:13:20.000000000 +0000
|
|
+++ Makefile.PL
|
|
@@ -1,15 +1,9 @@
|
|
require 5.004;
|
|
use ExtUtils::MakeMaker;
|
|
|
|
-my @makefileopts;
|
|
-if ($] >= 5.008 && $] < 5.012) {
|
|
- push @makefileopts, INSTALLDIRS => 'perl';
|
|
-}
|
|
-
|
|
WriteMakefile(
|
|
NAME => 'MIME::Base64',
|
|
VERSION_FROM => 'Base64.pm',
|
|
- @makefileopts,
|
|
|
|
ABSTRACT => 'The RFC 2045 encodings; base64 and quoted-printable',
|
|
AUTHOR => 'Gisle Aas <gisle@activestate.com>',
|