projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
73bf7cf
)
Bump Exporter's $VERSION.
Nicholas Clark [Sat, 10 Mar 2007 16:20:31 +0000 (16:20 +0000)]
p4raw-id: //depot/perl@30535
lib/Exporter.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Exporter.pm
b/lib/Exporter.pm
index
2b860f3
..
0cefdd2
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.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;