From: Rafael Garcia-Suarez Date: Wed, 1 Feb 2006 16:14:07 +0000 (+0000) Subject: autouse actually requires perl 5.6 at least. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fa3876ca54a7851cef43cd62627fea80053e1013;p=p5sagit%2Fp5-mst-13.2.git autouse actually requires perl 5.6 at least. p4raw-id: //depot/perl@27035 --- 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';