In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/34a0e301f59c0bb8059f9b6d03361149f3fb035e?hp=fcfc5a27cccc7a434bf861d60c062755982e6cbe>
- Log ----------------------------------------------------------------- commit 34a0e301f59c0bb8059f9b6d03361149f3fb035e Author: Ricardo Signes <r...@cpan.org> Date: Thu Mar 10 19:10:16 2016 -0500 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 ----------------------------------------------------------------------- Summary of changes: dist/autouse/lib/autouse.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/autouse/lib/autouse.pm b/dist/autouse/lib/autouse.pm index 79dadc4..7061b7b 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; -- Perl5 Master Repository