Subject: | Change INSTALLDIRS to 'site' for 5.12 and later |
For Perl 5.12 and later, dual-life modules should be installed to 'site' rather than 'perl'.
RT ticket https://rt.perl.org/rt3/Ticket/Display.html?id=116479
Subject: | installdirs-digest-md5.patch |
--- /home/gottreu/downloads/Makefile.PL 2013-07-01 21:32:02.354871205 -0500
+++ cpan/Digest-MD5/Makefile.PL 2013-07-01 20:57:06.082975990 -0500
@@ -33,7 +33,7 @@
repository => 'http://github.com/gisle/digest-md5',
}
},
- 'INSTALLDIRS' => 'perl',
+ 'INSTALLDIRS' => ($] < 5.012 ? 'perl' : 'site'),
@extra,
);