In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/50b08f24ee50a11a9337d81932ec0f31efb888c9?hp=26c80adcc7731c0e4f1238e98e85fa2803538817>
- Log ----------------------------------------------------------------- commit 50b08f24ee50a11a9337d81932ec0f31efb888c9 Author: Jerry D. Hedden <[email protected]> Date: Fri Oct 16 13:24:11 2009 -0400 Upgrade to threads::shared 1.32 Message-ID: <[email protected]> ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 2 +- dist/threads-shared/Makefile.PL | 2 +- dist/threads-shared/shared.pm | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index b7f137d..ad5b0b7 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1550,7 +1550,7 @@ use File::Glob qw(:case); 'threads::shared' => { 'MAINTAINER' => 'jdhedden', - 'DISTRIBUTION' => 'JDHEDDEN/threads-shared-1.31.tar.gz', + 'DISTRIBUTION' => 'JDHEDDEN/threads-shared-1.32.tar.gz', 'FILES' => q[dist/threads-shared], 'EXCLUDED' => [ qw(examples/class.pl shared.h diff --git a/dist/threads-shared/Makefile.PL b/dist/threads-shared/Makefile.PL index 05c7383..4413e8c 100755 --- a/dist/threads-shared/Makefile.PL +++ b/dist/threads-shared/Makefile.PL @@ -80,7 +80,7 @@ WriteMakefile( 'PM' => { 'shared.pm' => '$(INST_LIBDIR)/shared.pm', }, - 'INSTALLDIRS' => 'perl', + 'INSTALLDIRS' => (($] < 5.011) ? 'perl' : 'site'), ((ExtUtils::MakeMaker->VERSION() lt '6.25') ? ('PL_FILES' => { }) : ()), diff --git a/dist/threads-shared/shared.pm b/dist/threads-shared/shared.pm index 5a97361..72192bc 100644 --- a/dist/threads-shared/shared.pm +++ b/dist/threads-shared/shared.pm @@ -187,7 +187,7 @@ threads::shared - Perl extension for sharing data structures between threads =head1 VERSION -This document describes threads::shared version 1.31 +This document describes threads::shared version 1.32 =head1 SYNOPSIS @@ -588,7 +588,7 @@ L<threads::shared> Discussion Forum on CPAN: L<http://www.cpanforum.com/dist/threads-shared> Annotated POD for L<threads::shared>: -L<http://annocpan.org/~JDHEDDEN/threads-shared-1.31/shared.pm> +L<http://annocpan.org/~JDHEDDEN/threads-shared-1.32/shared.pm> Source repository: L<http://code.google.com/p/threads-shared/> -- Perl5 Master Repository
