From: Andy Bussey Date: Thu, 3 Jan 2002 23:24:13 +0000 (+0000) Subject: threads::shared doc X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8c5dce875ce1b9acf30c406ded0e42f48b064afd;p=p5sagit%2Fp5-mst-13.2.git threads::shared doc Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com> p4raw-link: @14042 on //depot/perl: 0ac6548c96ce0c047f2319c1d7393075a554e45d p4raw-id: //depot/perl@14050 --- diff --git a/ext/threads/shared/shared.pm b/ext/threads/shared/shared.pm index 1f2ad9d..62cdbdd 100644 --- a/ext/threads/shared/shared.pm +++ b/ext/threads/shared/shared.pm @@ -211,10 +211,10 @@ in a C on the locked variable, rather than only one. =head1 NOTES -threads::shared is designed is disable itself silently if threads are +threads::shared is designed to disable itself silently if threads are not available. If you want access to threads, you must C before you C. threads will emit a warning if you -use it before threads::shared. +use it after threads::shared. =head1 BUGS