X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=README;h=d880a9cc19d6c4db11ae6e2a9840f443518b57ab;hb=3b879bdf6ec7035d353f6c6fdeff405633dbf493;hp=e877f68e3c85fbbc80ecb90a14d7fefdd939a07b;hpb=d5b6423801b678bb09db6ed84c250be8f8a10ac4;p=perl%2Fmodules%2Findirect.git diff --git a/README b/README index e877f68..d880a9c 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME indirect - Lexically warn about using the indirect object syntax. VERSION - Version 0.07_02 + Version 0.08 SYNOPSIS no indirect; @@ -43,6 +43,11 @@ DEPENDENCIES XSLoader (standard since perl 5.006). +CAVEATS + "meth $obj" (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 "meth $obj;" or "meth $obj 1"). + AUTHOR Vincent Pit, "", .