From: Vincent Pit Date: Sun, 7 Dec 2008 16:43:25 +0000 (+0100) Subject: Phrasing fix X-Git-Tag: v0.09_01~2 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=commitdiff_plain;h=50266311cbd5d0ecbaaeb2951540a3183994f763 Phrasing fix --- diff --git a/lib/indirect.pm b/lib/indirect.pm index 092b7e5..4c32f8f 100644 --- a/lib/indirect.pm +++ b/lib/indirect.pm @@ -77,7 +77,7 @@ 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. +This is due to a shortcoming in the way perl handles the hints hash, which is addressed in perl 5.10. =head1 AUTHOR