This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
As suggested by Arthur: the threads and threads::shared
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 17 Apr 2002 14:31:42 +0000 (14:31 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 17 Apr 2002 14:31:42 +0000 (14:31 +0000)
commit73e09c8fa5daeb8994c6d0aff5cfb8c4e65a7150
tree4f804a7f284f3e67921e913c58544f310ecb8e96
parent35a51b2056f806b70a212f2c12a7cf3433732011
As suggested by Arthur: the threads and threads::shared
modules are always present.  This tries to preempt two
kinds of bug reports: (1) "the Perl 5.8.0 was supposed
to have this new fancy threads implementation but my Perl
doesn't seem to have it" (2) someone attempting to install
threads using CPAN.pm and CPAN.pm helpfully starting to
install perl 5.8.0 (which they might already have installed).

p4raw-id: //depot/perl@15972
Configure
ext/threads/Makefile.PL
ext/threads/shared/Makefile.PL
ext/threads/shared/shared.pm
ext/threads/shared/shared.xs
ext/threads/threads.pm
ext/threads/threads.xs