diff options
author | Ricardo Signes <rjbs@cpan.org> | 2016-03-10 19:10:16 -0500 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2016-03-10 19:10:43 -0500 |
commit | 34a0e301f59c0bb8059f9b6d03361149f3fb035e (patch) | |
tree | b138c6a31b0c4a1260e3d478288aae6776a1f37d /dist | |
parent | fcfc5a27cccc7a434bf861d60c062755982e6cbe (diff) | |
download | perl-34a0e301f59c0bb8059f9b6d03361149f3fb035e.tar.gz |
CPAN release of autouse is now 1.10
this has no changes to code from 1.08; it gets in the test changes
from blead and adds a prereq for Scalar::Util with isdual
Diffstat (limited to 'dist')
-rw-r--r-- | dist/autouse/lib/autouse.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/autouse/lib/autouse.pm b/dist/autouse/lib/autouse.pm index 79dadc419e..7061b7b29c 100644 --- a/dist/autouse/lib/autouse.pm +++ b/dist/autouse/lib/autouse.pm @@ -3,7 +3,7 @@ package autouse; #use strict; # debugging only use 5.006; # use warnings -$autouse::VERSION = '1.08'; +$autouse::VERSION = '1.10'; $autouse::DEBUG ||= 0; |