|
NAMEcpanm-reporter - send cpanm output to CPAN TestersSETUPNew 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) USAGECall cpanm as you normally would:> cpanm Moose Catalyst::Runtime Data::Printer ... then, just call cpanm-reporter: > cpanm-reporter OPTIONAL ARGUMENTS--version Shows version number and exits --help Shows basic usage help and exits --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 Do not read nor write to the history file DESCRIPTIONThis app properly parses the output of cpanm ("build.log") to automatically generate and send reports to the CPAN Testers database."cpanm" has quickly become one of the most used CPAN clients out there, but it doesn't come with a native way to generate and send test reports to the CPAN Testers infrastructure. This standalone app is able to interact with your cpanm after you install a module, and do that for you. CONFIGURATION AND ENVIRONMENTYou can use configuration files with different names and locations by setting the following environment variables:
If you called "cpanm-reporter --setup", you can also set "PERL_MM_USE_DEFAULT" to true and it will answer any prompted question automatically with its default value, if possible. CAVEATS
AUTHORBreno G. de Oliveira "<garu@cpan.org>"LICENCE AND COPYRIGHTCopyright (c) 2012-2015, Breno G. de Oliveira "<garu@cpan.org>". All rights reserved.This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic. DISCLAIMER OF WARRANTYBECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR, OR CORRECTION.IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENCE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
Visit the GSP FreeBSD Man Page Interface. |