summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/threads/shared/shared.pm6
-rwxr-xr-xext/threads/threads.pm6
-rw-r--r--pod/perlthrtut.pod3
3 files changed, 10 insertions, 5 deletions
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 E<lt>arthur at contiller.seE<gt>
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<threads>, L<perlthrtut>
+L<threads>, L<perlthrtut>, L<http://www.perl.com/pub/a/2002/06/11/threads.html>
=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<threads::shared>, L<perlthrtut>, L<perlcall>, L<perlembed>, L<perlguts>
+L<threads::shared>, L<perlthrtut>,
+L<http://www.perl.com/pub/a/2002/06/11/threads.html>,
+L<perlcall>, L<perlembed>, L<perlguts>
=cut
diff --git a/pod/perlthrtut.pod b/pod/perlthrtut.pod
index 10a7c397df..2d07fb5f93 100644
--- a/pod/perlthrtut.pod
+++ b/pod/perlthrtut.pod
@@ -1048,6 +1048,9 @@ Management: Proc. of the International Workshop IWMM 92, St. Malo,
France, September 1992, Yves Bekkers and Jacques Cohen, eds. Springer,
1992, ISBN 3540-55940-X (real-life thread applications).
+Artur Bergman, "Where Wizards Fear To Tread", June 11, 2002,
+L<http://www.perl.com/pub/a/2002/06/11/threads.html>
+
=head1 Acknowledgements
Thanks (in no particular order) to Chaim Frenkel, Steve Fink, Gurusamy