Don't swallow up other warnings in Exporter's test. Remove a needless
[p5sagit/p5-mst-13.2.git] / lib / Time / tm.pm
index d1df295..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 }
 ]);
@@ -11,7 +13,7 @@ __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