X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fautovivification.git;a=blobdiff_plain;f=lib%2Fautovivification.pm;h=442f70187a20b4bff4d78c7a755ae73f19862346;hp=d1a07721d2bd5dffbf8feef94f9b691ae3b9c22b;hb=ff9984e126b58e6eea61a3815ba4e453d426f085;hpb=4a34c3bc9a4f33d96ad7488478c0f1e7ac10bce1 diff --git a/lib/autovivification.pm b/lib/autovivification.pm index d1a0772..442f701 100644 --- a/lib/autovivification.pm +++ b/lib/autovivification.pm @@ -204,6 +204,8 @@ The pragma doesn't apply when one dereferences the returned value of an array or This syntax is valid Perl, yet it is discouraged as the slice is here useless since the dereferencing enforces scalar context. If warnings are turned on, Perl will complain about one-element slices. +Autovivifications that happen 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. + =head1 DEPENDENCIES L 5.8.3.