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