Avoid creating GV with NULL name when vivifying nameless scalars.
[p5sagit/p5-mst-13.2.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 }
 ]);