eliminate HINT_HH_FOR_EVAL
[p5sagit/p5-mst-13.2.git] / lib / overload.pm
index 8a07efe..50f324c 100644 (file)
@@ -783,9 +783,6 @@ From these methods they may be called as
          overload::constant integer => sub {Math::BigInt->new(shift)};
        }
 
-B<BUGS> Currently overloaded-ness of constants does not propagate
-into C<eval '...'>.
-
 =head1 IMPLEMENTATION
 
 What follows is subject to change RSN.