$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 ',