X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=README;h=d880a9cc19d6c4db11ae6e2a9840f443518b57ab;hb=3b879bdf6ec7035d353f6c6fdeff405633dbf493;hp=8314442088b644472daec1bd00c0e627a978ebb8;hpb=0c1863b0153133bf01e864e83948f2ee2b09f4e0;p=perl%2Fmodules%2Findirect.git diff --git a/README b/README index 8314442..d880a9c 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME indirect - Lexically warn about using the indirect object syntax. VERSION - Version 0.06 + 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, "", .