projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e87a27
)
Increase $Exporter::VERSION to 5.66
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 11 Dec 2011 00:20:33 +0000
(16:20 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 11 Dec 2011 00:39:42 +0000
(16:39 -0800)
lib/Exporter.pm
patch
|
blob
|
history
diff --git
a/lib/Exporter.pm
b/lib/Exporter.pm
index
701ac52
..
faa36c6
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.6
5
';
+our $VERSION = '5.6
6
';
our (%Cache);
sub as_heavy {