aboutsummaryrefslogtreecommitdiff
path: root/contrib/perl5/lib/Time/gmtime.pm
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2000-06-25 11:04:01 +0000
committerMark Murray <markm@FreeBSD.org>2000-06-25 11:04:01 +0000
commit120a02d4f3990e59fba1df18a155ff7233b4d827 (patch)
tree52ba93338b13aefd02a0055304a9eccfa0e049f5 /contrib/perl5/lib/Time/gmtime.pm
parent7c312e6b6a7b1f9412f10365baf3c5eca8fa5649 (diff)
Vendor import of Perl 5.006
Notes
Notes: svn path=/vendor/perl5/dist/; revision=62076
Diffstat (limited to 'contrib/perl5/lib/Time/gmtime.pm')
-rw-r--r--contrib/perl5/lib/Time/gmtime.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/perl5/lib/Time/gmtime.pm b/contrib/perl5/lib/Time/gmtime.pm
index 9b823f601e34..6ff4bc84a206 100644
--- a/contrib/perl5/lib/Time/gmtime.pm
+++ b/contrib/perl5/lib/Time/gmtime.pm
@@ -2,9 +2,10 @@ package Time::gmtime;
use strict;
use Time::tm;
+use 5.005_64;
+our(@ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS, $VERSION);
BEGIN {
use Exporter ();
- use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $VERSION);
@ISA = qw(Exporter Time::tm);
@EXPORT = qw(gmtime gmctime);
@EXPORT_OK = qw(