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:
40f7a2b
)
Increase $Exporter::VERSION to 5.67
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 23 Jun 2012 06:21:13 +0000
(23:21 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 23 Jun 2012 13:28:57 +0000
(06:28 -0700)
lib/Exporter.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Exporter.pm
b/lib/Exporter.pm
index
b618a95
..
02cf39a
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
6
';
+our $VERSION = '5.6
7
';
our (%Cache);
sub as_heavy {