From: Rafael Garcia-Suarez Date: Wed, 28 Oct 2009 21:20:17 +0000 (+0100) Subject: Bump Exporter's version in blead after last patch X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3247c18889f5c199c8975b9969bcd63491a4ed02;p=p5sagit%2Fp5-mst-13.2.git Bump Exporter's version in blead after last patch --- diff --git a/lib/Exporter.pm b/lib/Exporter.pm index c18a13a..cd51828 100644 --- a/lib/Exporter.pm +++ b/lib/Exporter.pm @@ -9,7 +9,7 @@ require 5.006; our $Debug = 0; our $ExportLevel = 0; our $Verbose ||= 0; -our $VERSION = '5.64'; +our $VERSION = '5.64_01'; our (%Cache); sub as_heavy {