]> git.vpit.fr Git - perl/modules/autovivification.git/commitdiff
Note that A_THREADSAFE only has a meaning with a threaded perl
authorVincent Pit <vince@profvince.com>
Sat, 24 Apr 2010 17:06:13 +0000 (19:06 +0200)
committerVincent Pit <vince@profvince.com>
Sat, 24 Apr 2010 17:07:02 +0000 (19:07 +0200)
lib/autovivification.pm

index ad2e47e9dbadf02f2dd9f86cd5a8978550ae61ac..9ef999448b07a5fb61cac7a3c77879c7db65f6ef 100644 (file)
@@ -156,6 +156,7 @@ sub import {
 =head2 C<A_THREADSAFE>
 
 True iff the module could have been built with thread-safety features enabled.
+This constant only has a meaning with your perl is threaded ; otherwise, it'll always be false.
 
 =head2 C<A_FORKSAFE>