diff options
Diffstat (limited to 'ext/threads/threads.pm')
-rwxr-xr-x | ext/threads/threads.pm | 6 |
1 files changed, 4 insertions, 2 deletions
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 |