From 8030c58f67182365290473fa3a3d3a26ac968989 Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Thu, 19 Mar 2015 18:59:54 -0400 Subject: Carp: remove unneeded VERSION eval, bump version --- dist/Carp/lib/Carp.pm | 2 +- dist/Carp/lib/Carp/Heavy.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/Carp') 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. -- cgit v1.2.1