X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FThread.pm;h=c9f05c0526c4cfd1a452da104c9b25269b5bab97;hb=2db40e90730d5fd105e3f74faa4d22f352568b99;hp=fe277e81feb57b4fced612fe94e3e9621f18c654;hpb=91c549175fa6d9c1a6279d23a256266b7fbe4be9;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Thread.pm b/lib/Thread.pm index fe277e8..c9f05c0 100644 --- a/lib/Thread.pm +++ b/lib/Thread.pm @@ -28,7 +28,7 @@ BEGIN { =head1 NAME -Thread - manipulate threads in Perl +Thread - manipulate threads in Perl (for old code only) =head1 CAVEAT @@ -65,7 +65,7 @@ be thought differently. With the ithreads you must explicitly share() variables between the threads. For new code the use of the C module is discouraged and -the direct use use of the C and C modules +the direct use of the C and C modules is encouraged instead. Finally, note that there are many known serious problems with the