Subject: | Time::Seconds should not "use UNIVERSAL" |
Perl 5.11.5 issues warnings for Time::Piece:
$ perl5115 -MTime::Piece -we0
UNIVERSAL->import is deprecated and will be removed in a future perl
at /opt/perl/v5.11.5/lib/5.11.5/x86_64-linux-ld/Time/Seconds.pm line 6
UNIVERSAL->import is deprecated and will be removed in a future perl
at /opt/perl/v5.11.5/lib/5.11.5/x86_64-linux-ld/Time/Piece.pm line 12
The latest version on CPAN still has the problem for Time::Seconds.
I've reported this to perlbug as a potential blocker for Perl 5.12, so a
quick fix and release to CPAN would be greatly appreciated.
-- David