From: Dave Rolsky Date: Thu, 3 Jul 2003 14:35:56 +0000 (-0500) Subject: Re: [PATCH] Bring Time::Local to 1.07 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8e4985cd06cac8609b7c84aab08fe2d8d20f9526;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH] Bring Time::Local to 1.07 Message-ID: p4raw-id: //depot/perl@19966 --- 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 );