summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-06-24 23:39:11 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-06-24 23:39:11 +0200
commit665f5e9843b1005a7fb9372d593a000e7fdb2105 (patch)
tree136b2f989fcbf4362ded44a654cfba95635686d1 /pod
parent6fbc735babe3525c434fade70a47efafacad5188 (diff)
downloadperl-665f5e9843b1005a7fb9372d593a000e7fdb2105.tar.gz
Clarifications to the perldelta notes on smart match
(pointed out by Damian)
Diffstat (limited to 'pod')
-rw-r--r--pod/perl5110delta.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/pod/perl5110delta.pod b/pod/perl5110delta.pod
index 4167592551..7b42a42fef 100644
--- 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