Don't try to calculate a time over the conservative failure boundary.
[p5sagit/p5-mst-13.2.git] / lib / Time / tm.pm
index fd47ad1..2c308eb 100644 (file)
@@ -1,6 +1,8 @@
 package Time::tm;
 use strict;
 
+our $VERSION = '1.00';
+
 use Class::Struct qw(struct);
 struct('Time::tm' => [
      map { $_ => '$' } qw{ sec min hour mday mon year wday yday isdst }