Avoid creating GV with NULL name when vivifying nameless scalars.
[p5sagit/p5-mst-13.2.git] / lib / Time / tm.pm
index 87fc883..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 }
 ]);
@@ -11,7 +11,11 @@ __END__
 
 =head1 NAME
 
-Time::tm.pm - internal object used by Time::gmtime and Time::localtime
+Time::tm - internal object used by Time::gmtime and Time::localtime
+
+=head1 SYNOPSIS
+
+Don't use this module directly.
 
 =head1 DESCRIPTION