An IRC conversation with DROLSKY confirms that we'll need to re-port
Time::Local to non-y2038-safe perl before it becomes dual-life again.
'FILES' => q[ext/Time-Local],
'EXCLUDED' => [ qw(t/pod-coverage.t t/pod.t) ],
'CPAN' => 1,
- 'UPSTREAM' => undef,
+ 'UPSTREAM' => 'blead',
+ # Currently Time::Local is no longer backwards compatible with Pre-5.11 perls
+ # the version in core has now deviated from the CPAN version. To re-dual-life
+ # this module, we'll need to rewrite a hybrid version
},
'Time::Piece' =>
use strict;
use vars qw( $VERSION @ISA @EXPORT @EXPORT_OK );
-$VERSION = '1.1901';
+$VERSION = '1.1901_01';
@ISA = qw( Exporter );
@EXPORT = qw( timegm timelocal );