Skip Menu |

This queue is for tickets about the Digest-MD5 CPAN distribution.

Report information
The Basics
Id: 86621
Status: resolved
Priority: 0/
Queue: Digest-MD5

People
Owner: Nobody in particular
Requestors: GOTTREU [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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, );