summaryrefslogtreecommitdiff
path: root/dist/Carp
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2015-03-19 18:59:54 -0400
committerRicardo Signes <rjbs@cpan.org>2015-03-19 19:12:10 -0400
commit8030c58f67182365290473fa3a3d3a26ac968989 (patch)
tree46ae96fc9c88c05c1572c8c4836bd1125777a788 /dist/Carp
parenta7b5f7a18d777e5893dc505e667c95cb64145ee9 (diff)
downloadperl-8030c58f67182365290473fa3a3d3a26ac968989.tar.gz
Carp: remove unneeded VERSION eval, bump 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 62aa679b4b..5b191ebfe2 100644
--- a/dist/Carp/lib/Carp.pm
+++ b/dist/Carp/lib/Carp.pm
@@ -87,7 +87,7 @@ BEGIN {
}
}
-our $VERSION = '1.35';
+our $VERSION = '1.36';
our $MaxEvalLen = 0;
our $Verbose = 0;
diff --git a/dist/Carp/lib/Carp/Heavy.pm b/dist/Carp/lib/Carp/Heavy.pm
index 886361885f..a602297ed0 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.35';
+our $VERSION = '1.36';
# Carp::Heavy was merged into Carp in version 1.12. Any mismatched versions
# after this point are not significant and can be ignored.