On Tue Apr 23 01:00:09 2013, MMAURICE wrote:
Show quoted text> >cpanm-reporter -v
> Use of uninitialized value in split at
> /usr/lib/perl5/site_perl/5.14/App/cpanminus/reporter.pm line 53.
> transport method missing. at
> /usr/lib/perl5/site_perl/5.14/App/cpanminus/reporter.pm line 54.
>
> Maybe you should explain in pod how to make config.ini.
>
> Is CPAN::Reporter a prereq?
>
Hi Maurice, thanks for the report!
The new cpanm-reporter (version 0.07) has the '--setup' option that creates/updates the config.ini file for you. Even if you forget about '--setup', if the config.ini file is missing then cpanm-reporter will prompt you with the setup anyway :)
Note that, even though you don't need CPAN::Reporter, you do need Test::Reporter::Transport::Metabase if you plan on sending your reports to the CPAN Testers' servers. It is marked as a 'recommended' dist on the Makefile.PL, so make sure you install it :)
Thanks again! And thank you for using cpanm-reporter!