diff options
Diffstat (limited to 'lib/Time/localtime.pm')
-rw-r--r-- | lib/Time/localtime.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Time/localtime.pm b/lib/Time/localtime.pm index 0ca07af166..5ac12e004b 100644 --- a/lib/Time/localtime.pm +++ b/lib/Time/localtime.pm @@ -2,7 +2,7 @@ package Time::localtime; use strict; use Time::tm; -use 5.005_64; +use 5.6.1; our(@ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS, $VERSION); BEGIN { use Exporter (); |