X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=README;h=6088d3085ac097a307c7a0be19c4fc09a77dab90;hp=f332f4a3f40185dcf03a234e65c9d096c6701711;hb=0a8741013832fe465960ec1d6c7618f697f3d21e;hpb=8eb21ccddb7d9f4040f3ec9069cf013c4d6f4a51 diff --git a/README b/README index f332f4a..6088d30 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME indirect - Lexically warn about using the indirect method call syntax. VERSION - Version 0.32 + Version 0.33 SYNOPSIS In a script : @@ -170,6 +170,10 @@ 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.