projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fbc735
)
Clarifications to the perldelta notes on smart match
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Wed, 24 Jun 2009 21:39:11 +0000
(23:39 +0200)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Wed, 24 Jun 2009 21:39:11 +0000
(23:39 +0200)
(pointed out by Damian)
pod/perl5110delta.pod
patch
|
blob
|
history
diff --git
a/pod/perl5110delta.pod
b/pod/perl5110delta.pod
index
4167592
..
7b42a42
100644
(file)
--- a/
pod/perl5110delta.pod
+++ b/
pod/perl5110delta.pod
@@
-100,7
+100,9
@@
and possibly with stringification overloading; the other common cases
will be automatically handled consistently.
C<~~> will now refuse to work on objects that do not overload it (in order
-to avoid relying on the object's underlying structure).
+to avoid relying on the object's underlying structure). (However, if the
+object overloads the stringification or the numification operators, and
+if overload fallback is active, it will be used instead, as usual.)
=head1 Core Enhancements