Subject: | cpantesters url needs updating |
CPAN.pm needs a :%s/cpantesters.perl.org/www.cpantesters.org -- patch
attached.
Discussion here:
http://groups.google.com/group/perl.cpan.testers.discuss/browse_thread/thread/d740a71c9de06595#
Subject: | cpan-cpantesters-patch.txt |
*** /kunden/homepages/12/d93966548/htdocs/local/lib/perl/5.8.8/CPAN.pm Mon Oct 13 15:23:22 2008
--- CPAN.pm Tue Jan 20 09:38:36 2009
*************** sub reports {
*** 9800,9806 ****
my $cpanid = $d->cpanid; # "GBARR"
my $distvname = $d->distvname; # "CPAN-DistnameInfo-0.02"
! my $url = sprintf "http://cpantesters.perl.org/show/%s.yaml", $dist;
CPAN::LWP::UserAgent->config;
my $Ua;
--- 9800,9806 ----
my $cpanid = $d->cpanid; # "GBARR"
my $distvname = $d->distvname; # "CPAN-DistnameInfo-0.02"
! my $url = sprintf "http://www.cpantesters.org/show/%s.yaml", $dist;
CPAN::LWP::UserAgent->config;
my $Ua;
*************** through the pager specified in C<$CPAN::
*** 12270,12276 ****
=item CPAN::Distribution::reports()
! Downloads report data for this distribution from cpantesters.perl.org
and displays a subset of them.
=item CPAN::Distribution::read_yaml()
--- 12270,12276 ----
=item CPAN::Distribution::reports()
! Downloads report data for this distribution from www.cpantesters.org
and displays a subset of them.
=item CPAN::Distribution::read_yaml()