Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the App-cpanminus CPAN distribution.

Report information
The Basics
Id: 77266
Status: open
Priority: 0/
Queue: App-cpanminus

People
Owner: Nobody in particular
Requestors: DICHI [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.5013
Fixed in: (no value)



Subject: cpanfile is not working
Hi, The latest App::cpanminus is not working correctly with cpanfile. Here's a patch to solve it 1683,1684c1683,1684 < require CPAN::cpanfile; < $dist->{cpanfile} = eval { CPAN::cpanfile->load('cpanfile') }; --- Show quoted text
> require Module::CPANfile; > $dist->{cpanfile} = eval { Module::CPANfile->load('cpanfile')
};
Subject: Re: [rt.cpan.org #77266] cpanfile is not working
Date: Thu, 17 May 2012 15:19:32 -0700
To: bug-App-cpanminus [...] rt.cpan.org
From: Tatsuhiko Miyagawa <miyagawa [...] gmail.com>
It is fixed on git. Please don't report bugs on even non released version to RT. just make a pull request on github. Thanks Sent from my iPhone On Thursday, May 17, 2012 at 2:55 PM, Mariano Wahlmann via RT wrote: Show quoted text
> Thu May 17 17:55:07 2012: Request 77266 was acted upon. > Transaction: Ticket created by DICHI > Queue: App-cpanminus > Subject: cpanfile is not working > Broken in: 1.5013 > Severity: Important > Owner: Nobody > Requestors: DICHI@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=77266 > > > > Hi, > > The latest App::cpanminus is not working correctly with cpanfile. Here's > a patch to solve it > > > 1683,1684c1683,1684 > < require CPAN::cpanfile; > < $dist->{cpanfile} = eval { CPAN::cpanfile->load('cpanfile') > }; > ---
> > require Module::CPANfile; > > $dist->{cpanfile} = eval { Module::CPANfile->load('cpanfile') > >
> > }; > >