X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2Fautovivification.pm;h=ad2e47e9dbadf02f2dd9f86cd5a8978550ae61ac;hb=18759ee3da54601e0a475d9f99eed11877bdc49b;hp=8d56b08e1bd03c7e030f2816fe5cb90185232dab;hpb=125c37754d5bbb6bdd09036f7fdc48fcd11994e9;p=perl%2Fmodules%2Fautovivification.git diff --git a/lib/autovivification.pm b/lib/autovivification.pm index 8d56b08..ad2e47e 100644 --- a/lib/autovivification.pm +++ b/lib/autovivification.pm @@ -151,6 +151,17 @@ sub import { (); } +=head1 CONSTANTS + +=head2 C + +True iff the module could have been built with thread-safety features enabled. + +=head2 C + +True iff this module could have been built with fork-safety features enabled. +This will always be true except on Windows where it's false for perl 5.10.0 and below . + =head1 CAVEATS The pragma doesn't apply when one dereferences the returned value of an array or hash slice, as in C<< @array[$id]->{member} >> or C<< @hash{$key}->{member} >>.