X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FTime%2Ftm.pm;h=2c308ebb4116e29fc8e666c83b8585c2771d3e32;hb=eb6393247e5113feb0b19b71cbdee87eebedbbb7;hp=7041432c0d64d90d479d1c1f070deb4d7c952fd7;hpb=72451f4af0d31f24ef5b12bc5d034e3e8b35d43d;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Time/tm.pm b/lib/Time/tm.pm index 7041432..2c308eb 100644 --- a/lib/Time/tm.pm +++ b/lib/Time/tm.pm @@ -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 } ]);