In perl.git, the branch smoke-me/jkeenan/124420-carp-maxargnums has been updated
<http://perl5.git.perl.org/perl.git/commitdiff/c55d5a82b532a809c8cfe13afeece17fdf905173?hp=8dda1be7cf44a8a248eeffa1050b832649a54b05> - Log ----------------------------------------------------------------- commit c55d5a82b532a809c8cfe13afeece17fdf905173 Author: James E Keenan <[email protected]> Date: Wed Apr 29 19:41:01 2015 -0400 Must increment $VERSION in Carp::Heavy as well as Carp. ----------------------------------------------------------------------- Summary of changes: dist/Carp/lib/Carp/Heavy.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/Carp/lib/Carp/Heavy.pm b/dist/Carp/lib/Carp/Heavy.pm index a602297..ed446c5 100644 --- a/dist/Carp/lib/Carp/Heavy.pm +++ b/dist/Carp/lib/Carp/Heavy.pm @@ -2,7 +2,7 @@ package Carp::Heavy; use Carp (); -our $VERSION = '1.36'; +our $VERSION = '1.37'; # Carp::Heavy was merged into Carp in version 1.12. Any mismatched versions # after this point are not significant and can be ignored. -- Perl5 Master Repository
