X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=lib%2Findirect.pm;h=ebdc0617e7b7dc92d6d1d1cf254408794af83959;hp=d0f1068fa58f4511564e920592c72d8fb11df04a;hb=42991cca70b2f98cbfc9e7cd1470df0e40842a8d;hpb=907b0beb21a8676cccec31189f4e51fca75b2157 diff --git a/lib/indirect.pm b/lib/indirect.pm index d0f1068..ebdc061 100644 --- a/lib/indirect.pm +++ b/lib/indirect.pm @@ -250,8 +250,6 @@ If you use C 5.12 or greater, those constructs are correctly reported. With 5.8 perls, the pragma does not propagate into C. This 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 C'd during the global destruction phase of a spawned thread or pseudo-fork (the processes used internally for the C emulation on Windows) are not reported. - The search for indirect method calls happens before constant folding. Hence C will be caught.