This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7d11da
)
bump $Exporter::VERSION (and hence $Exporter::Heavy::VERSION)
author
Tony Cook
<tony@develop-help.com>
Fri, 26 Jul 2013 01:00:23 +0000
(11:00 +1000)
committer
Tony Cook
<tony@develop-help.com>
Fri, 26 Jul 2013 01:00:23 +0000
(11:00 +1000)
dist/Exporter/lib/Exporter.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist/Exporter/lib/Exporter.pm
b/dist/Exporter/lib/Exporter.pm
index
f7564f7
..
fc05e5f
100644
(file)
--- a/
dist/Exporter/lib/Exporter.pm
+++ b/
dist/Exporter/lib/Exporter.pm
@@
-9,7
+9,7
@@
require 5.006;
our $Debug = 0;
our $ExportLevel = 0;
our $Verbose ||= 0;
-our $VERSION = '5.6
8
';
+our $VERSION = '5.6
9
';
our (%Cache);
sub as_heavy {