summaryrefslogtreecommitdiff
path: root/dist/Carp
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2017-11-01 13:13:00 -0700
committerFather Chrysostomos <sprout@cpan.org>2017-11-01 15:52:08 -0700
commitf12efe04b38a481959bf3e032bdabd77c32abddc (patch)
treee30db9c94b90e0fc7bc78ee0b86d2eac0f4995e6 /dist/Carp
parentb3937e202aaf10c2f8996e2993c880bb38a7a268 (diff)
downloadperl-f12efe04b38a481959bf3e032bdabd77c32abddc.tar.gz
Increase $Carp::VERSION to 1.44
Diffstat (limited to 'dist/Carp')
-rw-r--r--dist/Carp/lib/Carp.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Carp/lib/Carp.pm b/dist/Carp/lib/Carp.pm
index ef11a0c046..623558aada 100644
--- a/dist/Carp/lib/Carp.pm
+++ b/dist/Carp/lib/Carp.pm
@@ -116,7 +116,7 @@ BEGIN {
;
}
-our $VERSION = '1.43';
+our $VERSION = '1.44';
$VERSION =~ tr/_//d;
our $MaxEvalLen = 0;