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:
b900a65
)
perldelta for ~~ fix
author
Ricardo Signes
<rjbs@cpan.org>
Tue, 24 Jan 2012 02:27:35 +0000
(21:27 -0500)
committer
Ricardo Signes
<rjbs@cpan.org>
Tue, 24 Jan 2012 02:27:35 +0000
(21:27 -0500)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
c44ee45
..
7c5ffa0
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-340,7
+340,8
@@
L</Modules and Pragmata>.
=item *
-XXX
+C<~~> now correctly handles the precedence of Any~~Object, and is not tricked
+by an overloaded object on the left-hand side.
=back