The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

cpantest - Report test results of a package retrieved from CPAN

DESCRIPTION

cpantest uniformly posts package test results in support of the cpan-testers project. See http://www.connect.net/gbarr/cpan-test/ for details.

USAGE

cpantest -g grade [ -nc ] [ -auto ] [ -p package ] [ -v version ]
         [ email-addresses ]

OPTIONS

-g grade

grade indicates the success or failure of the package's builtin tests, and is one of:

grade     meaning
-----     -------
pass      all tests included with the package passed
fail      some tests failed
na        the package does not work on this platform
unknown   the package did not include tests
-p package

package is the name of the package you are testing. If you don't supply a value on the command line, you will be prompted for one.

-v version

version is the version of the package you are testing. If you don't supply a value on the command line, you will be prompted for one.

-nc

No comment; you will not be prompted to supply a comment about the package.

-auto

Autosubmission (non-interactive); you won't be prompted to supply any information that you didn't provide on the command line. Implies -nc.

email-addresses

A list of additional email addresses that should be cc:'d in this report (typically, the package's author).

AUTHOR

Kurt Starsinic <kstar@isinet.com>

COPYRIGHT

Copyright (c) 1998 Kurt Starsinic.
This program is free software; you may redistribute it
and/or modify it under the same terms as Perl itself.