Skip Menu |

This queue is for tickets about the Time-Piece CPAN distribution.

Report information
The Basics
Id: 39708
Status: resolved
Priority: 0/
Queue: Time-Piece

People
Owner: Nobody in particular
Requestors: kane [...] cpan.org
Cc: david [...] davidfavor.com
AdminCc:

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



CC: david [...] davidfavor.com
Subject: Time::Piece misses INSTALLDIRS directive, can not be upgraded
Because Time::Piece is core as of 5.9.5, it should include in its makefile.pl: INSTALLDIRS => ( $] >= 5.009005 ? 'perl' : 'site' ), Right now, it's not possible to upgrade Time::Piece on 5.9.5 and higher, as the core install dir is before the site dir in @INC, and therefor the older version will always be picked up.
Fixed in svn. New release imminent.