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:
a63f6d0
)
Lower $overload::VERSION to 1.17
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 17 Jan 2012 04:42:11 +0000
(20:42 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 17 Jan 2012 05:35:16 +0000
(21:35 -0800)
It doesn’t need to be increased twice between releases.
lib/overload.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/overload.pm
b/lib/overload.pm
index
64860b1
..
865a712
100644
(file)
--- a/
lib/overload.pm
+++ b/
lib/overload.pm
@@
-1,6
+1,6
@@
package overload;
-our $VERSION = '1.1
8
';
+our $VERSION = '1.1
7
';
%ops = (
with_assign => "+ - * / % ** << >> x .",