Skip Menu |

This queue is for tickets about the Parse-CPAN-Packages-Fast CPAN distribution.

Report information
The Basics
Id: 66555
Status: resolved
Priority: 0/
Queue: Parse-CPAN-Packages-Fast

People
Owner: Nobody in particular
Requestors: justincase [...] yopmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.06



Subject: Hangs if CPAN has not been configured
Hangs if CPAN has not been configured. Many people are choosing to use cpanm isntead. Please consider add a small test packages file to the distribution like Parse::CPAN::Packages does.
On 2011-03-11 16:04:26, justincase wrote: Show quoted text
> Hangs if CPAN has not been configured. Many people are choosing to use > cpanm isntead. Please consider add a small test packages file to the > distribution like Parse::CPAN::Packages does.
The test now stays in non-interactive mode, and the CPAN.pm configuration dialog should never be called. I just uploaded 0.05_50 with this change. Regards, Slaven
On Sat Mar 31 08:56:35 2012, SREZIC wrote: Show quoted text
> On 2011-03-11 16:04:26, justincase wrote:
> > Hangs if CPAN has not been configured. Many people are choosing to use > > cpanm isntead. Please consider add a small test packages file to the > > distribution like Parse::CPAN::Packages does.
> > The test now stays in non-interactive mode, and the CPAN.pm > configuration dialog should never be called. I just uploaded 0.05_50 > with this change.
The changes in 0.05_50 and afterward forgot to pass the found package file to ->new, causing interactive mode to still trigger. I submitted a pull request: https://github.com/eserte/parse-cpan-packages-fast/pull/3