diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2015-03-03 18:30:54 -0500 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2015-03-03 21:07:27 -0500 |
commit | c0ff91434bb064739ba5081baa33cddd88fc5726 (patch) | |
tree | 54554e624bddff97ebc37d1b9fd6fd07df8197b6 /Porting | |
parent | 94a0894418670e8bdd2c1d63e76a77225365995d (diff) | |
download | perl-c0ff91434bb064739ba5081baa33cddd88fc5726.tar.gz |
Upgrade to threads 1.97
Committer actions: (1) regen for t/porting/customized.dat.
(2) perldelta for update to threads.
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 0e0b890029..50aedc2ea5 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1175,7 +1175,7 @@ use File::Glob qw(:case); }, 'threads' => { - 'DISTRIBUTION' => 'JDHEDDEN/threads-1.96.tar.gz', + 'DISTRIBUTION' => 'JDHEDDEN/threads-1.97.tar.gz', 'FILES' => q[dist/threads], 'CUSTOMIZED' => [ # Waiting to be merged upstream: see CPAN RT#100755 |