summaryrefslogtreecommitdiff
path: root/ext/Time-Local
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-10-01 04:32:56 +0900
committerJesse Vincent <jesse@bestpractical.com>2009-10-01 04:33:58 +0900
commit5110ab9d3c66413e1406d9e2767d9768eeda165a (patch)
tree5857f7944b239fcf22b63c284e68bd51ce910b57 /ext/Time-Local
parent8e2fdb67fe8686a4c8375f2bebb1bbd54907dd41 (diff)
downloadperl-5110ab9d3c66413e1406d9e2767d9768eeda165a.tar.gz
Time::Local in blead has diverged from CPAN. Update the version number to a dev release
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.
Diffstat (limited to 'ext/Time-Local')
-rw-r--r--ext/Time-Local/lib/Time/Local.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Time-Local/lib/Time/Local.pm b/ext/Time-Local/lib/Time/Local.pm
index fe698d44e7..96a688d92c 100644
--- a/ext/Time-Local/lib/Time/Local.pm
+++ b/ext/Time-Local/lib/Time/Local.pm
@@ -6,7 +6,7 @@ use Config;
use strict;
use vars qw( $VERSION @ISA @EXPORT @EXPORT_OK );
-$VERSION = '1.1901';
+$VERSION = '1.1901_01';
@ISA = qw( Exporter );
@EXPORT = qw( timegm timelocal );