diff options
author | Ricardo Signes <rjbs@cpan.org> | 2015-03-19 18:59:54 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2015-03-19 19:12:10 -0400 |
commit | 8030c58f67182365290473fa3a3d3a26ac968989 (patch) | |
tree | 46ae96fc9c88c05c1572c8c4836bd1125777a788 | |
parent | a7b5f7a18d777e5893dc505e667c95cb64145ee9 (diff) | |
download | perl-8030c58f67182365290473fa3a3d3a26ac968989.tar.gz |
Carp: remove unneeded VERSION eval, bump version
-rw-r--r-- | dist/Carp/lib/Carp.pm | 2 | ||||
-rw-r--r-- | dist/Carp/lib/Carp/Heavy.pm | 2 |
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. |