Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

Report information
The Basics
Id: 47820
Status: resolved
Worked: 40 min
Priority: 0/
Queue: CPANPLUS

People
Owner: BINGOS [...] cpan.org
Requestors: csjewell [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.87_03
Fixed in: (no value)



Subject: Still searches for custom sources once despite having the option turned off.
(Look at #47818's output for where I noticed it.) During the same install as mentioned in #47818, it tries to check for custom sources, despite that check being deactivated, as shown in the attached CPANPLUS::Config file, with the appropriate section being duplicated here: =item enable_custom_sources Boolean flag indicating whether custom sources should be enabled or not. See the C<CUSTOM MODULE SOURCES> in C<CPANPLUS::Backend> for details on how to use them. Defaults to C<true> =cut ### csjewell@cpan.org: This is very slow, so turning off. ### this addresses #32248 which requests a possibillity to ### turn off custom sources $Conf->{'conf'}->{'enable_custom_sources'} = 0; [It tries to check 3 times for custom sources if I DON'T turn it off - isn't that a LITTLE excessive? That's why the option is turned off]
Subject: Config.pm

Message body is not shown because it is too large.

Hi, Curtis, Thanks for the ticket. I tracked down where in CPANPLUS::Internals::Source it was ignoring the configuration option relating to custom sources and fixed it. Updated in svn. Many thanks.