X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FTime%2Flocaltime.pm;h=c3d9fb36085c8e5cc28076def71cb6ead3e54ac9;hb=eb6393247e5113feb0b19b71cbdee87eebedbbb7;hp=549555986325989d287a1c5120417541a8243e0e;hpb=b0cb64b6648430b97dc3cd7a3075e059eb971b16;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Time/localtime.pm b/lib/Time/localtime.pm index 5495559..c3d9fb3 100644 --- a/lib/Time/localtime.pm +++ b/lib/Time/localtime.pm @@ -1,8 +1,9 @@ package Time::localtime; use strict; +use 5.006_001; + use Time::tm; -use 5.6.1; our(@ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS, $VERSION); BEGIN { use Exporter ();