In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/6d76e7fc723ef1780fb1cb21c20437473219e384?hp=afb37b32bf888f994cadff841e1e40f73c4a3cc7>
- Log ----------------------------------------------------------------- commit 6d76e7fc723ef1780fb1cb21c20437473219e384 Author: James E Keenan <[email protected]> Date: Sat Sep 28 01:53:07 2013 +0200 Increment version number for threads. For: RT #120033 ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 83015b9..124b54d 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1854,7 +1854,7 @@ use File::Glob qw(:case); 'threads' => { 'MAINTAINER' => 'jdhedden', - 'DISTRIBUTION' => 'JDHEDDEN/threads-1.88.tar.gz', + 'DISTRIBUTION' => 'JDHEDDEN/threads-1.89.tar.gz', 'FILES' => q[dist/threads], 'EXCLUDED' => [ qr{^examples/}, -- Perl5 Master Repository
