Bugzilla now requires Template-Toolkit 2.22

Frédéric Buclin lpsolit at gmail.com
Sat Jul 25 00:24:03 UTC 2009


Le 24. 07. 09 23:44, Max Kanat-Alexander a écrit :
> That's not true. install-module.pl will never use www.perl.org/CPAN/

Just look at CPAN.pm (not the one with Bugzilla, but the real CPAN 
module) around line 108:

unless (@CPAN::Defaultsites) {
     @CPAN::Defaultsites = map {
         CPAN::URL->new(TEXT => $_, FROM => "DEF")
     }
         "http://www.perl.org/CPAN/",
         "ftp://ftp.perl.org/pub/CPAN/";
}

I never used CPAN outside your script, and http://www.perl.org/CPAN/ is 
really from where I get the list of modules.


> manually. Nobody should be using www.perl.org/CPAN/, which is probably
> why it doesn't update very often.

It's supposed to be updated daily. I got this confirmation today from 
the perl.org team itself.


> No workaround is needed for those who didn't misconfigure CPAN themselves.

I didn't misconfigure anything.

LpSolit



More information about the developers mailing list