projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4817af0
)
Bump Exporter's version in blead after last patch
Rafael Garcia-Suarez [Wed, 28 Oct 2009 21:20:17 +0000 (22:20 +0100)]
lib/Exporter.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Exporter.pm
b/lib/Exporter.pm
index
c18a13a
..
cd51828
100644
(file)
--- 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 {