Upgrade to threads::shared 1.32
Jerry D. Hedden [Fri, 16 Oct 2009 17:24:11 +0000 (13:24 -0400)]
Message-ID: <1ff86f510910161058y554bc05cra48c0c3decd60738@mail.gmail.com>

Porting/Maintainers.pl
dist/threads-shared/Makefile.PL
dist/threads-shared/shared.pm

index b7f137d..ad5b0b7 100755 (executable)
@@ -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
index 05c7383..4413e8c 100755 (executable)
@@ -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' => { })            : ()),
index 5a97361..72192bc 100644 (file)
@@ -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/>