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