X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=README;h=fd9b6c4045437832b5cdea3399edc4dcbc570618;hp=f2153cfdb5f0557d0530f6686f11d1f35f9c9ffa;hb=3b0b8496006f89abcccdcc5f0322fed266e8ed53;hpb=4d65569df65cefa65e190d1659c82c1b7fe51058 diff --git a/README b/README index f2153cf..fd9b6c4 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME indirect - Lexically warn about using the indirect method call syntax. VERSION - Version 0.34 + Version 0.36 SYNOPSIS In a script : @@ -169,10 +169,6 @@ CAVEATS is due to a shortcoming in the way perl handles the hints hash, which is addressed in perl 5.10. - Indirect constructs that appear in code "eval"'d during the global - destruction phase of a spawned thread or pseudo-fork (the processes used - internally for the "fork" emulation on Windows) are not reported. - The search for indirect method calls happens before constant folding. Hence "my $x = new Class if 0" will be caught.