In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/8510c6cb0f966b815a739212c754bb18f6f8e093?hp=caefdcb6ddb37d06840472acfba23c6c6155a014>

- Log -----------------------------------------------------------------
commit 8510c6cb0f966b815a739212c754bb18f6f8e093
Author: Nicolas R <atoo...@cpan.org>
Date:   Tue Nov 21 15:58:14 2017 -0700

    Bump Carp to version 1.45
    
    Previous Carp update from 915a6810d3 was merged
    after 5.27.6 release... so we need to bump
    the release version.

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

Summary of changes:
 dist/Carp/Changes           | 2 +-
 dist/Carp/lib/Carp.pm       | 2 +-
 dist/Carp/lib/Carp/Heavy.pm | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dist/Carp/Changes b/dist/Carp/Changes
index db187e9443..c0f378cbf9 100644
--- a/dist/Carp/Changes
+++ b/dist/Carp/Changes
@@ -1,4 +1,4 @@
-version 1.44
+version 1.45
 
   * Optimize format_arg when arguments contain many references
 
diff --git a/dist/Carp/lib/Carp.pm b/dist/Carp/lib/Carp.pm
index 3c5764cefc..65d22b1b2b 100644
--- a/dist/Carp/lib/Carp.pm
+++ b/dist/Carp/lib/Carp.pm
@@ -116,7 +116,7 @@ BEGIN {
        ;
 }
 
-our $VERSION = '1.44';
+our $VERSION = '1.45';
 $VERSION =~ tr/_//d;
 
 our $MaxEvalLen = 0;
diff --git a/dist/Carp/lib/Carp/Heavy.pm b/dist/Carp/lib/Carp/Heavy.pm
index 84b1106545..6575c63d84 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.44';
+our $VERSION = '1.45';
 $VERSION =~ tr/_//d;
 
 # Carp::Heavy was merged into Carp in version 1.12.  Any mismatched versions

-- 
Perl5 Master Repository

Reply via email to