From: Nicholas Clark Date: Sat, 10 Mar 2007 16:20:31 +0000 (+0000) Subject: Bump Exporter's $VERSION. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a2e772d679fb583857030cc0356ee5b138ac5a47;p=p5sagit%2Fp5-mst-13.2.git Bump Exporter's $VERSION. p4raw-id: //depot/perl@30535 --- diff --git a/lib/Exporter.pm b/lib/Exporter.pm index 2b860f3..0cefdd2 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.59'; +our $VERSION = '5.60'; our (%Cache); # Carp does this now for us, so we can finally live w/o Carp #$Carp::Internal{Exporter} = 1;