>>>>> On Thu, 5 Nov 2015 21:53:02 +0000 (UTC), "Alceu R. de Freitas Jr."
>>>>> <[email protected]> said:
> Hello there again,
> During manual intervention from my part, I was trying to understand why my
> smoker was not being able to install Config-MVP-Reader-INI (due a missing
> dependency declaration, which I manually fixed).
> Meanwhile when I was trying to check reports with the same error, I got this
> from the CPAN shells on different machines and perl distributions:
> C:\>perl -MCPAN -e shell
> cpan shell -- CPAN exploration and modules installation (v2.10)
> Enter 'h' for help.
cpan> reports RJBS/Config-MVP-Reader-INI
The argument you are supplying is bogus. You probably wanted:
cpan[1]> reports Config::MVP::Reader::INI
> Done!
> Distribution: R/RJ/RJBS/Config-MVP-Reader-INI
> Use of uninitialized value $dist in sprintf at C:\strawberry\perl\lib/CPAN/
> Distribution.pm line 4363.
> Fetching 'http://www.cpantesters.org/show/.yaml'...Could not download
'http://
> www.cpantesters.org/show/.yaml': 404
I'll admit, this should have been caught earlier. But for all matters
practical: if the m or d command does not understand you, then isn't it
unlikely that the reports command will?
cpan[2]> m RJBS/Config-MVP-Reader-INI
No objects of type Module found for argument RJBS/Config-MVP-Reader-INI
cpan[3]> d RJBS/Config-MVP-Reader-INI
No objects of type Distribution found for argument RJBS/Config-MVP-Reader-INI
Thanks,
--
andreas