From: Jerry D. Hedden Date: Fri, 16 Oct 2009 17:24:11 +0000 (-0400) Subject: Upgrade to threads::shared 1.32 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=50b08f24ee50a11a9337d81932ec0f31efb888c9;p=p5sagit%2Fp5-mst-13.2.git Upgrade to threads::shared 1.32 Message-ID: <1ff86f510910161058y554bc05cra48c0c3decd60738@mail.gmail.com> --- 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 Discussion Forum on CPAN: L Annotated POD for L: -L +L Source repository: L