diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-05-19 10:12:00 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-05-21 18:09:34 -0700 |
commit | 1afd715501cadff423c7592278a857e01516e146 (patch) | |
tree | 47e73b3cb743121afa73cdefd785948c0089c280 /lib | |
parent | 397be25301df91d800b7471db96fbd85f819da3b (diff) | |
download | perl-1afd715501cadff423c7592278a857e01516e146.tar.gz |
overload.pm: This warning exists now
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<|>: |