From: David Golden <dagolden@cpan.org>
Date: Fri, 6 Nov 2009 19:05:29 +0000 (-0500)
Subject: bump Carp version number
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e3f38af2a273218e8d37d4ef20eccc3b1c856d22;p=p5sagit%2Fp5-mst-13.2.git

bump Carp version number
---

diff --git a/lib/Carp.pm b/lib/Carp.pm
index 0826016..d7129da 100644
--- a/lib/Carp.pm
+++ b/lib/Carp.pm
@@ -1,6 +1,6 @@
 package Carp;
 
-our $VERSION = '1.13';
+our $VERSION = '1.14';
 
 our $MaxEvalLen = 0;
 our $Verbose    = 0;