From 5e549d84d4e12bde1231ea210b2b8fef16250d07 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 13 Jun 2002 22:07:24 +0000 Subject: Thread doc tweaks. p4raw-id: //depot/perl@17226 --- ext/threads/shared/shared.pm | 6 +++--- ext/threads/threads.pm | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'ext/threads') diff --git a/ext/threads/shared/shared.pm b/ext/threads/shared/shared.pm index eeb998402b..8f3c677b58 100644 --- a/ext/threads/shared/shared.pm +++ b/ext/threads/shared/shared.pm @@ -14,7 +14,7 @@ $caller[1] line $caller[2]: This Perl hasn't been configured and built properly for the threads module to work. (The 'useithreads' configuration option hasn't been used.) -Having threads support requires all of Perl and all of the modules in +Having threads support requires all of Perl and all of the XS modules in the Perl installation to be rebuilt, it is not just a question of adding the threads module. (In other words, threaded and non-threaded Perls are binary incompatible.) @@ -200,10 +200,10 @@ Arthur Bergman Earthur at contiller.seE threads::shared is released under the same license as Perl -Documentation borrowed from Thread.pm +Documentation borrowed from the old Thread.pm =head1 SEE ALSO -L, L +L, L, L =cut diff --git a/ext/threads/threads.pm b/ext/threads/threads.pm index 5739104244..af68a5003e 100755 --- a/ext/threads/threads.pm +++ b/ext/threads/threads.pm @@ -14,7 +14,7 @@ $caller[1] line $caller[2]: This Perl hasn't been configured and built properly for the threads module to work. (The 'useithreads' configuration option hasn't been used.) -Having threads support requires all of Perl and all of the modules in +Having threads support requires all of Perl and all of the XS modules in the Perl installation to be rebuilt, it is not just a question of adding the threads module. (In other words, threaded and non-threaded Perls are binary incompatible.) @@ -259,6 +259,8 @@ please join perl-ithreads@perl.org for more information =head1 SEE ALSO -L, L, L, L, L +L, L, +L, +L, L, L =cut -- cgit v1.2.1