summaryrefslogtreecommitdiff
path: root/dist/Carp
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2020-11-24 10:18:18 +1100
committerTony Cook <tony@develop-help.com>2020-11-24 10:18:18 +1100
commitfccc9f3e92f31c2c2beb8c4e49977ea4bdebc6ff (patch)
treeaa20a6f9c25f9b81080c5d39739ac27821022cb5 /dist/Carp
parent42f8d732ff160bd4f03b0fd75c8ccd1592abbf85 (diff)
downloadperl-fccc9f3e92f31c2c2beb8c4e49977ea4bdebc6ff.tar.gz
bump $Carp::VERSION
Diffstat (limited to 'dist/Carp')
-rw-r--r--dist/Carp/lib/Carp.pm2
-rw-r--r--dist/Carp/lib/Carp/Heavy.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/dist/Carp/lib/Carp.pm b/dist/Carp/lib/Carp.pm
index 46aeaa5ffa..941f59db4b 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;
diff --git a/dist/Carp/lib/Carp/Heavy.pm b/dist/Carp/lib/Carp/Heavy.pm
index a9b803c76a..028d2a206e 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.50';
+our $VERSION = '1.51';
$VERSION =~ tr/_//d;
# Carp::Heavy was merged into Carp in version 1.12. Any mismatched versions