]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - lib/indirect.pm
Do nothing after that the thread local storage has been freed
[perl/modules/indirect.git] / lib / indirect.pm
index 80ccfae952b448e450e1df268f32bbaabb735613..4426f7b13bdb6c36737c436bf7a460c863f9a560 100644 (file)
@@ -250,6 +250,8 @@ 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.