X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FTime%2FLocal.pm;h=c38d07ca60f25009329882cbcabc98534d59d61c;hb=531e2ba17c3281a8e6bbb5e7c03fd7923b41370f;hp=a072c74c9aacc9434cfe699e4922c83f296c3cdf;hpb=1c41b6a40e5aeac1093e663897894b8c7836dbbb;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Time/Local.pm b/lib/Time/Local.pm index a072c74..c38d07c 100644 --- a/lib/Time/Local.pm +++ b/lib/Time/Local.pm @@ -7,7 +7,7 @@ use strict; use integer; use vars qw( $VERSION @ISA @EXPORT @EXPORT_OK ); -$VERSION = '1.06'; +$VERSION = '1.07'; @ISA = qw( Exporter ); @EXPORT = qw( timegm timelocal ); @EXPORT_OK = qw( timegm_nocheck timelocal_nocheck );