This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl 5.22.1-RC4 today
[perl5.git] / lib / Time / tm.pm
index 7041432..2c308eb 100644 (file)
@@ -1,7 +1,9 @@
 package Time::tm;
 use strict;
 
-use Class::Template qw(struct);
+our $VERSION = '1.00';
+
+use Class::Struct qw(struct);
 struct('Time::tm' => [
      map { $_ => '$' } qw{ sec min hour mday mon year wday yday isdst }
 ]);