diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2009-11-23 10:34:04 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-11-23 14:59:11 -0500 |
commit | 24855dffdf07c139d331fbdd811a1a8299756ee0 (patch) | |
tree | 8c2388254b6585a5eb9759747a60f97ab3d9e698 /Porting | |
parent | e90d6148cab189f145114468e60a00cfb4e3ec90 (diff) | |
download | perl-24855dffdf07c139d331fbdd811a1a8299756ee0.tar.gz |
Upgrade to threads 1.75
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 a0b4700eef..0942b9007f 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1555,7 +1555,7 @@ use File::Glob qw(:case); 'threads' => { 'MAINTAINER' => 'jdhedden', - 'DISTRIBUTION' => 'JDHEDDEN/threads-1.74.tar.gz', + 'DISTRIBUTION' => 'JDHEDDEN/threads-1.75.tar.gz', 'FILES' => q[dist/threads], 'EXCLUDED' => [ qw(examples/pool.pl t/pod.t |