Upgrade to Time::Local 1.17
[p5sagit/p5-mst-13.2.git] / lib / Time / Local.pm
index d80d6c8..d7fe023 100644 (file)
@@ -7,7 +7,7 @@ use strict;
 use integer;
 
 use vars qw( $VERSION @ISA @EXPORT @EXPORT_OK );
-$VERSION   = '1.16';
+$VERSION   = '1.17';
 
 @ISA       = qw( Exporter );
 @EXPORT    = qw( timegm timelocal );