X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fautouse.pm;h=cbde3864bf1d6dd1c2711c031353786e645b9e44;hb=cdfe229e642682dd52e04cdd1232a90648b35fe3;hp=30eef50d638239970d7e8f52e36a847c2541c185;hpb=480f1286e775c8376e3c5f6659fe9380064ae39f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/autouse.pm b/lib/autouse.pm index 30eef50..cbde386 100644 --- a/lib/autouse.pm +++ b/lib/autouse.pm @@ -1,7 +1,7 @@ package autouse; #use strict; # debugging only -use 5.003_90; # ->can, for my $var +use 5.006; # use warnings $autouse::VERSION = '1.06';