diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/overload.pm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/overload.pm b/lib/overload.pm index b93d428e48..8954551aa6 100644 --- a/lib/overload.pm +++ b/lib/overload.pm @@ -1591,16 +1591,6 @@ recognize. Did you mistype an operator? =item * -No warning is issued for invalid C<use overload> keys. -Such errors are not always obvious: - - use overload "+0" => sub { ...; }, # should be "0+" - "not" => sub { ...; }; # should be "!" - -(Bug #74098) - -=item * - A pitfall when fallback is TRUE and Perl resorts to a built-in implementation of an operator is that some operators have more than one semantic, for example C<|>: |