From: Jesse Vincent Date: Tue, 20 Oct 2009 14:15:05 +0000 (-0400) Subject: Bump Carp.pm's version number since it differs from the version in 5.11.0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5b9ec4c34184dd95805c6377fd0e71a608b788ad;p=p5sagit%2Fp5-mst-13.2.git Bump Carp.pm's version number since it differs from the version in 5.11.0 --- diff --git a/lib/Carp.pm b/lib/Carp.pm index 503da3e..69d5c1f 100644 --- a/lib/Carp.pm +++ b/lib/Carp.pm @@ -1,6 +1,6 @@ package Carp; -our $VERSION = '1.12'; +our $VERSION = '1.13'; our $MaxEvalLen = 0; our $Verbose = 0;