[DOCPATCH] attributes.pm
authorElizabeth Mattijsen <liz@dijkmat.nl>
Wed, 24 Sep 2003 11:00:42 +0000 (13:00 +0200)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 24 Sep 2003 08:27:52 +0000 (08:27 +0000)
Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]>

(reformatted a bit)

p4raw-id: //depot/perl@21356

lib/attributes.pm

index dfe892a..714cb26 100644 (file)
@@ -165,6 +165,10 @@ The following are the built-in attributes for subroutines:
 
 =item locked
 
+B<5.005 threads only!  The use of the "locked" attribute currently
+only makes sense if you are using the deprecated "Perl 5.005 threads"
+implementation of threads.>
+
 Setting this attribute is only meaningful when the subroutine or
 method is to be called by multiple threads.  When set on a method
 subroutine (i.e., one marked with the B<method> attribute below),