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:
9b86bb5
)
Exporter version bump
author
Steffen Mueller
<smueller@cpan.org>
Sat, 3 Jul 2010 15:07:06 +0000
(17:07 +0200)
committer
Steffen Mueller
<smueller@cpan.org>
Sat, 3 Jul 2010 15:07:06 +0000
(17:07 +0200)
After being modified by
9b86bb5cacfb65a283299b005919058f8a61701a
.
lib/Exporter.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Exporter.pm
b/lib/Exporter.pm
index
5fcc993
..
a371714
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_0
2
';
+our $VERSION = '5.64_0
3
';
our (%Cache);
sub as_heavy {