projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
480f128
)
autouse actually requires perl 5.6 at least.
Rafael Garcia-Suarez [Wed, 1 Feb 2006 16:14:07 +0000 (16:14 +0000)]
p4raw-id: //depot/perl@27035
lib/autouse.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/autouse.pm
b/lib/autouse.pm
index
30eef50
..
cbde386
100644
(file)
--- 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';