From: Vincent Pit Date: Fri, 5 Dec 2008 20:31:18 +0000 (+0100) Subject: Document the pragma not propagating into 'eval STRING' on 5.8 X-Git-Tag: v0.09~1 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=commitdiff_plain;h=ffda539e3218e407f703f465fa472a769693ac10 Document the pragma not propagating into 'eval STRING' on 5.8 --- diff --git a/lib/indirect.pm b/lib/indirect.pm index 138172e..23bc7a2 100644 --- a/lib/indirect.pm +++ b/lib/indirect.pm @@ -76,6 +76,9 @@ L (standard since perl 5.006). C (no semicolon) at the end of a file won't be seen as an indirect object syntax, although it will as soon as there is another token before the end (as in C or C). +With 5.8 perls, the pragma does not propagate into C. +This is due to a shortcoming in the way perl handles the hints hash, and is fixed in perl 5.10. + =head1 AUTHOR Vincent Pit, C<< >>, L.