Change 34014 by [EMAIL PROTECTED] on 2008/06/07 16:13:07
$Carp::VERSION++ following change 33992.
Affected files ...
... //depot/perl/lib/Carp.pm#40 edit
Differences ...
==== //depot/perl/lib/Carp.pm#40 (text) ====
Index: perl/lib/Carp.pm
--- perl/lib/Carp.pm#39~33992~ 2008-06-03 00:58:06.000000000 -0700
+++ perl/lib/Carp.pm 2008-06-07 09:13:07.000000000 -0700
@@ -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
End of Patch.