diff options
Diffstat (limited to 'lib/autouse.pm')
-rw-r--r-- | lib/autouse.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/autouse.pm b/lib/autouse.pm index e2ef580392..b3adc34549 100644 --- a/lib/autouse.pm +++ b/lib/autouse.pm @@ -3,7 +3,7 @@ package autouse; #use strict; # debugging only use 5.003_90; # ->can, for my $var -$autouse::VERSION = '0.03'; +$autouse::VERSION = '1.00'; my $DEBUG = $ENV{AUTOUSE_DEBUG}; |