$NetBSD: patch-aa,v 1.5 2013/07/10 02:26:11 schmonz Exp $ --- Makefile.PL.orig 2013-07-02 17:39:29.000000000 +0000 +++ Makefile.PL @@ -1,15 +1,9 @@ require 5.006; 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 ',