Upgrade to threads::shared 1.37
authorJerry D. Hedden <jdhedden@cpan.org>
Sun, 17 Apr 2011 23:44:29 +0000 (19:44 -0400)
committerJesse Vincent <jesse@bestpractical.com>
Tue, 19 Apr 2011 05:32:07 +0000 (15:32 +1000)
Porting/Maintainers.pl
dist/threads-shared/lib/threads/shared.pm

index 0c73d10..90542e6 100755 (executable)
@@ -1867,7 +1867,7 @@ use File::Glob qw(:case);
     'threads::shared' =>
        {
        'MAINTAINER'    => 'jdhedden',
-       'DISTRIBUTION'  => 'JDHEDDEN/threads-shared-1.36.tar.gz',
+       'DISTRIBUTION'  => 'JDHEDDEN/threads-shared-1.37.tar.gz',
        'FILES'         => q[dist/threads-shared],
        'EXCLUDED'      => [ qw(examples/class.pl
                                shared.h
index 5b9a16f..d75f04d 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 
 use Scalar::Util qw(reftype refaddr blessed);
 
-our $VERSION = '1.36';
+our $VERSION = '1.37';
 my $XS_VERSION = $VERSION;
 $VERSION = eval $VERSION;
 
@@ -187,7 +187,7 @@ threads::shared - Perl extension for sharing data structures between threads
 
 =head1 VERSION
 
-This document describes threads::shared version 1.36
+This document describes threads::shared version 1.37
 
 =head1 SYNOPSIS