diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/threads.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/threads.pm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/tlpkg/tlperl/lib/threads.pm b/Master/tlpkg/tlperl/lib/threads.pm index fcefbcc1fb0..7d7ea3db6d0 100644 --- a/Master/tlpkg/tlperl/lib/threads.pm +++ b/Master/tlpkg/tlperl/lib/threads.pm @@ -5,7 +5,7 @@ use 5.008; use strict; use warnings; -our $VERSION = '1.93'; +our $VERSION = '2.01'; my $XS_VERSION = $VERSION; $VERSION = eval $VERSION; @@ -134,7 +134,7 @@ threads - Perl interpreter-based threads =head1 VERSION -This document describes threads version 1.92 +This document describes threads version 2.01 =head1 WARNING @@ -1006,7 +1006,8 @@ signalling behavior is only in effect in the following situations: =item * Perl has been built with C<PERL_OLD_SIGNALS> (see C<perl -V>). -=item * The environment variable C<PERL_SIGNALS> is set to C<unsafe> (see L<perlrun/"PERL_SIGNALS">). +=item * The environment variable C<PERL_SIGNALS> is set to C<unsafe> +(see L<perlrun/"PERL_SIGNALS">). =item * The module L<Perl::Unsafe::Signals> is used. |