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:
32d4391
)
Increase $overload::VERSION to 1.23
author
Father Chrysostomos
<sprout@cpan.org>
Wed, 10 Sep 2014 02:25:47 +0000
(19:25 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Wed, 10 Sep 2014 02:53:23 +0000
(19:53 -0700)
lib/overload.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/overload.pm
b/lib/overload.pm
index
20c0119
..
fc9ff4e
100644
(file)
--- a/
lib/overload.pm
+++ b/
lib/overload.pm
@@
-1,6
+1,6
@@
package overload;
-our $VERSION = '1.2
2
';
+our $VERSION = '1.2
3
';
%ops = (
with_assign => "+ - * / % ** << >> x .",