Revert change #30530, following Jan's advice
[p5sagit/p5-mst-13.2.git] / lib / Time / localtime.pm
index 5ac12e0..c3d9fb3 100644 (file)
@@ -1,8 +1,9 @@
 package Time::localtime;
 use strict;
+use 5.006_001;
+
 use Time::tm;
 
-use 5.6.1;
 our(@ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS, $VERSION);
 BEGIN {
     use Exporter   ();
@@ -14,7 +15,7 @@ BEGIN {
                        $tm_isdst
                    );
     %EXPORT_TAGS = ( FIELDS => [ @EXPORT_OK, @EXPORT ] );
-    $VERSION     = 1.01;
+    $VERSION     = 1.02;
 }
 use vars      @EXPORT_OK;