In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/83c15bcdfa3e12f16b91efadce6c8410809e16cb?hp=95ec88f91eb8b0df06820832434e1de7ea98394e>
- Log ----------------------------------------------------------------- commit 83c15bcdfa3e12f16b91efadce6c8410809e16cb Author: jdhedden <[email protected]> Date: Mon May 16 14:47:21 2016 -0400 Upgrade to threads::shared 1.52 ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 2 +- dist/threads-shared/lib/threads/shared.pm | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index a90e302..aa67507 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1189,7 +1189,7 @@ use File::Glob qw(:case); }, 'threads::shared' => { - 'DISTRIBUTION' => 'JDHEDDEN/threads-shared-1.51.tar.gz', + 'DISTRIBUTION' => 'JDHEDDEN/threads-shared-1.52.tar.gz', 'FILES' => q[dist/threads-shared], 'EXCLUDED' => [ qw( examples/class.pl diff --git a/dist/threads-shared/lib/threads/shared.pm b/dist/threads-shared/lib/threads/shared.pm index 89a79a4..9fd55d6 100644 --- a/dist/threads-shared/lib/threads/shared.pm +++ b/dist/threads-shared/lib/threads/shared.pm @@ -7,7 +7,7 @@ use warnings; use Scalar::Util qw(reftype refaddr blessed); -our $VERSION = '1.51'; # Please update the pod, too. +our $VERSION = '1.52'; # Please update the pod, too. my $XS_VERSION = $VERSION; $VERSION = eval $VERSION; @@ -195,7 +195,7 @@ threads::shared - Perl extension for sharing data structures between threads =head1 VERSION -This document describes threads::shared version 1.51 +This document describes threads::shared version 1.52 =head1 SYNOPSIS @@ -646,8 +646,11 @@ to: L<http://rt.cpan.org/Public/Dist/Display.html?Name=threads-shared> =head1 SEE ALSO -L<threads::shared> Discussion Forum on CPAN: -L<http://www.cpanforum.com/dist/threads-shared> +threads::shared on MetaCPAN: +L<https://metacpan.org/release/threads-shared> + +Code repository for CPAN distribution: +L<https://github.com/Dual-Life/threads-shared> L<threads>, L<perlthrtut> @@ -657,6 +660,8 @@ L<http://www.perl.com/pub/a/2002/09/04/threads.html> Perl threads mailing list: L<http://lists.perl.org/list/ithreads.html> +Sample code in the I<examples> directory of this distribution on CPAN. + =head1 AUTHOR Artur Bergman E<lt>sky AT crucially DOT netE<gt> -- Perl5 Master Repository
