From: Vincent Pit Date: Mon, 20 Oct 2008 15:59:02 +0000 (+0200) Subject: Document the failure to see an indirect syntax at the very end of the file (without... X-Git-Tag: v0.08~2 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=commitdiff_plain;h=c52983a17fc61e02c319a9389c61c9c68319b492 Document the failure to see an indirect syntax at the very end of the file (without semicolon) --- diff --git a/lib/indirect.pm b/lib/indirect.pm index 7fffeb5..b1278f8 100644 --- a/lib/indirect.pm +++ b/lib/indirect.pm @@ -69,6 +69,10 @@ L 5.9.4. L (standard since perl 5.006). +=head1 CAVEATS + +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). + =head1 AUTHOR Vincent Pit, C<< >>, L.