In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/d185f61ff8529eef739b2d19ca146b6aed06268c?hp=0099b520607ecee03d26590b6c56a50b1397a33d>
- Log ----------------------------------------------------------------- commit d185f61ff8529eef739b2d19ca146b6aed06268c Author: Leon Brocard <[email protected]> Date: Sun Jun 12 14:21:00 2011 +0100 Fix broken URL in dist/threads/lib/threads.pm for the itheads mailing list ----------------------------------------------------------------------- Summary of changes: dist/threads/lib/threads.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dist/threads/lib/threads.pm b/dist/threads/lib/threads.pm index dc2ef3e..fae72f2 100644 --- a/dist/threads/lib/threads.pm +++ b/dist/threads/lib/threads.pm @@ -1051,7 +1051,7 @@ L<http://www.perl.com/pub/a/2002/06/11/threads.html> and L<http://www.perl.com/pub/a/2002/09/04/threads.html> Perl threads mailing list: -L<http://lists.cpan.org/showlist.cgi?name=iThreads> +L<http://lists.perl.org/list/ithreads.html> Stack size discussion: L<http://www.perlmonks.org/?node_id=532956> -- Perl5 Master Repository
