This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
$attributes::VERSION++ following change 33985.
[perl5.git] / lib / autouse.pm
index 30eef50..cbde386 100644 (file)
@@ -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';