From 14fe70c2d1778829732c0549106909ab5b329425 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sun, 16 Sep 2001 20:43:15 +0000 Subject: Change use|require 5.005_64 to use|require 5.6.1. p4raw-id: //depot/perl@12041 --- lib/Time/gmtime.pm | 2 +- lib/Time/localtime.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Time') diff --git a/lib/Time/gmtime.pm b/lib/Time/gmtime.pm index 6ff4bc84a2..a6b95f3471 100644 --- a/lib/Time/gmtime.pm +++ b/lib/Time/gmtime.pm @@ -2,7 +2,7 @@ package Time::gmtime; use strict; use Time::tm; -use 5.005_64; +use 5.6.1; our(@ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS, $VERSION); BEGIN { use Exporter (); 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 (); -- cgit v1.2.1