From: Nicholas Clark Date: Sat, 7 Jun 2008 16:13:07 +0000 (+0000) Subject: $Carp::VERSION++ following change 33992. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=599230fcc2a71958f27f694cf9850b449fec58bc;p=p5sagit%2Fp5-mst-13.2.git $Carp::VERSION++ following change 33992. p4raw-id: //depot/perl@34014 --- diff --git a/lib/Carp.pm b/lib/Carp.pm index ebec96f..7319a30 100644 --- a/lib/Carp.pm +++ b/lib/Carp.pm @@ -1,6 +1,6 @@ package Carp; -our $VERSION = '1.08'; +our $VERSION = '1.09'; # this file is an utra-lightweight stub. The first time a function is # called, Carp::Heavy is loaded, and the real short/longmessmess_jmp # subs are installed