diff options
Diffstat (limited to 'pod/perl5110delta.pod')
-rw-r--r-- | pod/perl5110delta.pod | 4 |
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 |