summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Time/Seconds.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Time/Seconds.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/Time/Seconds.pm17
1 files changed, 12 insertions, 5 deletions
diff --git a/Master/tlpkg/tlperl/lib/Time/Seconds.pm b/Master/tlpkg/tlperl/lib/Time/Seconds.pm
index 1ecefa16abb..b001f20402e 100644
--- a/Master/tlpkg/tlperl/lib/Time/Seconds.pm
+++ b/Master/tlpkg/tlperl/lib/Time/Seconds.pm
@@ -1,8 +1,10 @@
package Time::Seconds;
use strict;
-use vars qw/@EXPORT @EXPORT_OK @ISA/;
+use vars qw/@EXPORT @EXPORT_OK/;
-@ISA = 'Exporter';
+our $VERSION = '1.27';
+
+use Exporter 5.57 'import';
@EXPORT = qw(
ONE_MINUTE
@@ -176,6 +178,8 @@ sub pretty {
1;
__END__
+=encoding utf8
+
=head1 NAME
Time::Seconds - a simple API to convert seconds to other date values
@@ -242,11 +246,14 @@ Matt Sergeant, matt@sergeant.org
Tobias Brox, tobiasb@tobiasb.funcom.com
-Bal�zs Szab� (dLux), dlux@kapu.hu
+Balázs Szabó (dLux), dlux@kapu.hu
+
+=head1 COPYRIGHT AND LICENSE
-=head1 LICENSE
+Copyright 2001, Larry Wall.
-Please see Time::Piece for the license.
+This module is free software, you may distribute it under the same terms
+as Perl.
=head1 Bugs