summaryrefslogtreecommitdiff
path: root/lib/autouse.pm
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2004-07-01 10:14:03 +0000
committerNicholas Clark <nick@ccl4.org>2004-07-01 10:14:03 +0000
commitff270adde2ed532b630356e4973f5a74e6152498 (patch)
treedca7af74cdc7301f3c3c6548c09016b9d24115d0 /lib/autouse.pm
parentbf694877f81fb381ca8c9057cca6a2b05b7cc6cf (diff)
downloadperl-ff270adde2ed532b630356e4973f5a74e6152498.tar.gz
Bump version numbers
p4raw-id: //depot/perl@23019
Diffstat (limited to 'lib/autouse.pm')
-rw-r--r--lib/autouse.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/autouse.pm b/lib/autouse.pm
index a5efaaca7f..85db01fa90 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 = '1.03';
+$autouse::VERSION = '1.04';
$autouse::DEBUG ||= 0;