Skip Menu |

This queue is for tickets about the CPAN CPAN distribution.

Report information
The Basics
Id: 94870
Status: new
Priority: 0/
Queue: CPAN

People
Owner: Nobody in particular
Requestors: tzccinct+bitcard [...] gmail.com
Cc:
AdminCc:

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



Subject: INSTALLDIRS should be site when >= perl 5.11
Hi, According to http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2010-04/msg01353.html https://rt.perl.org//Public/Bug/Display.html?id=116479 Makefile.pm should be changed as below: - INSTALLDIRS => 'perl', # as it is coming with perl + INSTALLDIRS => ($] < 5.011 ? 'perl' : 'site'),