summaryrefslogtreecommitdiff
path: root/lib/Time/tm.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Time/tm.pm')
-rw-r--r--lib/Time/tm.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Time/tm.pm b/lib/Time/tm.pm
index fd47ad19a9..2c308ebb41 100644
--- a/lib/Time/tm.pm
+++ b/lib/Time/tm.pm
@@ -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 }