X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=README;h=c1fc439ce3efdb819361c580987ed789b15e06e3;hp=d880a9cc19d6c4db11ae6e2a9840f443518b57ab;hb=ac63b5ab9e6d13e92a53bc89e55a1d5dd306854e;hpb=ffda539e3218e407f703f465fa472a769693ac10 diff --git a/README b/README index d880a9c..c1fc439 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 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, and is + fixed in perl 5.10. + AUTHOR Vincent Pit, "", .