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