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