Re: [PATCH] Bring Time::Local to 1.07
authorDave Rolsky <autarch@urth.org>
Thu, 3 Jul 2003 14:35:56 +0000 (09:35 -0500)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 3 Jul 2003 18:59:44 +0000 (18:59 +0000)
Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org>

p4raw-id: //depot/perl@19966

lib/Time/Local.pm

index a072c74..c38d07c 100644 (file)
@@ -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 );