X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=README;h=50f7a527557bb2bbe22eed79e73e704a393fff4e;hb=63332507705bd3614900bdcacb6f0265dc91a9de;hp=d880a9cc19d6c4db11ae6e2a9840f443518b57ab;hpb=3da3422a177506a76087adc565afc06564df0b99;p=perl%2Fmodules%2Findirect.git diff --git a/README b/README index d880a9c..50f7a52 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME indirect - Lexically warn about using the indirect object syntax. VERSION - Version 0.08 + Version 0.09_01 SYNOPSIS no indirect; @@ -39,7 +39,7 @@ METHODS Magically called at each "use indirect". Turns the module off. DEPENDENCIES - perl 5.9.4. + perl 5.8. XSLoader (standard since perl 5.006). @@ -48,6 +48,10 @@ CAVEATS indirect object syntax, although it will as soon as there is another token before the end (as in "meth $obj;" or "meth $obj 1"). + With 5.8 perls, the pragma does not propagate into "eval STRING". This + is due to a shortcoming in the way perl handles the hints hash, which is + addressed in perl 5.10. + AUTHOR Vincent Pit, "", .