diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2011-04-17 19:44:29 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-04-19 15:32:07 +1000 |
commit | 6c7935a1df1031c2aedf17c36097a523dbeff34f (patch) | |
tree | 99c2ccd05c954a8ea30df237a3de788b04d0ab8d /Porting | |
parent | c052850d052a66f241dc56d8855511366ed1a53e (diff) | |
download | perl-6c7935a1df1031c2aedf17c36097a523dbeff34f.tar.gz |
Upgrade to threads::shared 1.37
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 0c73d10d67..90542e6b7d 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -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 |