In perl.git, the branch smoke-me/jkeenan/133776-carp-uninit-value-warning has 
been updated

<https://perl5.git.perl.org/perl.git/commitdiff/9dd1a314a9372ebcf83e2eb8226367ed1ed4b6f8?hp=7fe5bb240b9e96dbcff0834d83a73873b9656e93>

- Log -----------------------------------------------------------------
commit 9dd1a314a9372ebcf83e2eb8226367ed1ed4b6f8
Author: James E Keenan <jkee...@cpan.org>
Date:   Mon Jan 21 14:20:40 2019 -0500

    Keep porting tests happy

-----------------------------------------------------------------------

Summary of changes:
 MANIFEST              | 1 +
 dist/Carp/lib/Carp.pm | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/MANIFEST b/MANIFEST
index e282452028..ac74b952c1 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -2944,6 +2944,7 @@ dist/Carp/t/Carp_overloadless.t           See if Carp 
handles overloads that dont use ove
 dist/Carp/t/errno.t            See if Carp preserves $! and $^E
 dist/Carp/t/heavy.t            See if Carp::Heavy works
 dist/Carp/t/heavy_mismatch.t           See if Carp::Heavy catches version 
mismatch
+dist/Carp/t/rt133776-no-warn-on-undef-args.t           Filter undefined values 
from function arguments
 dist/Carp/t/stack_after_err.t  Test stack traces after syntax errors
 dist/Carp/t/stash_deletion.t           See if Carp handles stash deletion
 dist/Carp/t/swash.t            See if Carp avoids breaking swash loading
diff --git a/dist/Carp/lib/Carp.pm b/dist/Carp/lib/Carp.pm
index d53308ac3e..c465daa81c 100644
--- a/dist/Carp/lib/Carp.pm
+++ b/dist/Carp/lib/Carp.pm
@@ -211,7 +211,7 @@ BEGIN {
 }
 
 
-our $VERSION = '1.50';
+our $VERSION = '1.51';
 $VERSION =~ tr/_//d;
 
 our $MaxEvalLen = 0;

-- 
Perl5 Master Repository

Reply via email to