]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - lib/indirect.pm
Revamp cloned thread cleanup
[perl/modules/indirect.git] / lib / indirect.pm
index d0f1068fa58f4511564e920592c72d8fb11df04a..ebdc0617e7b7dc92d6d1d1cf254408794af83959 100644 (file)
@@ -250,8 +250,6 @@ If you use C<perl> 5.12 or greater, those constructs are correctly reported.
 With 5.8 perls, the pragma does not propagate into C<eval STRING>.
 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<eval>'d during the global destruction phase of a spawned thread or pseudo-fork (the processes used internally for the C<fork> emulation on Windows) are not reported.
-
 The search for indirect method calls happens before constant folding.
 Hence C<my $x = new Class if 0> will be caught.