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')
> >
>
> };
>
>