X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2Findirect.pm;h=ebdc0617e7b7dc92d6d1d1cf254408794af83959;hb=1a6ce5844e2fe25781307095b17b156e3ad9b484;hp=d0f1068fa58f4511564e920592c72d8fb11df04a;hpb=44fb7d6a933c6ebd76082e74c60dab5e5a5da50e;p=perl%2Fmodules%2Findirect.git 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.