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.