diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2009-10-16 13:24:11 -0400 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2009-10-17 12:33:51 +0100 |
commit | 50b08f24ee50a11a9337d81932ec0f31efb888c9 (patch) | |
tree | b32176d617b3dfb0f255d6181ab62cf6a29f88fe /dist/threads-shared | |
parent | 26c80adcc7731c0e4f1238e98e85fa2803538817 (diff) | |
download | perl-50b08f24ee50a11a9337d81932ec0f31efb888c9.tar.gz |
Upgrade to threads::shared 1.32
Message-ID: <1ff86f510910161058y554bc05cra48c0c3decd60738@mail.gmail.com>
Diffstat (limited to 'dist/threads-shared')
-rwxr-xr-x | dist/threads-shared/Makefile.PL | 2 | ||||
-rw-r--r-- | dist/threads-shared/shared.pm | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dist/threads-shared/Makefile.PL b/dist/threads-shared/Makefile.PL index 05c738397f..4413e8ca45 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 5a973614a3..72192bc7a0 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/> |