$Carp::VERSION++ following change 33992.
Nicholas Clark [Sat, 7 Jun 2008 16:13:07 +0000 (16:13 +0000)]
p4raw-id: //depot/perl@34014

lib/Carp.pm

index ebec96f..7319a30 100644 (file)
@@ -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