App-cpanminus-reporter
view release on metacpan or search on metacpan
App-cpanminus-reporter
======================
[](http://badge.fury.io/pl/App-cpanminus-reporter)
This distribution creates a tiny app called `cpanm-reporter` that lets
you send cpanm output to CPAN Testers.
Setup
-----
New to CPAN Testers' reporting? No problem! Just run:
> cpanm-reporter --setup
And we will walk you through everything you need :)
(if you already use CPAN::Reporter, you can safely skip the setup)
Usage
-----
Call cpanm as you normally would:
> cpanm Moose Catalyst::Runtime Data::Printer ...
then, just call cpanm-reporter:
> cpanm-reporter
Optional Arguments
------------------
--build_dir=PATH Where your build directory is, containing
each dist's subdir. Default: $HOME/.cpanm/latest-build
--build_logfile=PATH Where the build.log is. Default: $BUILD_DIR/build.log
--verbose (or -v) Extra output
--quiet (or -q) As little output as possible (voids -v)
--setup Sets up the CPAN Testers configuration for you
--only=A::B,C::D,... Only send reports for these modules
--exclude=A::B,... Don't send reports for these modules
--dry-run Prepare, but do not actually send reports
--skip-history Skips reading/writing to CPAN Testers' history file
For more information, please refer to the full documentation at:
https://metacpan.org/release/App-cpanminus-reporter
That same documentation will also be available to you after installation
at the command line. Just type:
perldoc cpanm-reporter
after installing this module.
( run in 2.635 seconds using v1.01-cache-2.11-cpan-364913b4093 )