The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

cpansmoke - CPAN Smoke Tester

SYNOPSIS

cpansmoke [ -acdflpv ] [ -t timeout ] packages...

DESCRIPTION

This script uses CPANPLUS to test one or more distributions from CPAN. It accept both distribution names with absolute author directory (e.g. K/KA/KANE/CPANPLUS-0.01.tar.gz), or module names (e.g. CPANPLUS::Backend), in which case the latest distribution containing the module is tested.

OPTIONS

 -a    Automatically send reports without prompting or editing
 -c    Always Cc: to the module author (only on FAIL by default)
 -d    Display each package's existing result before testing it
 -f    Force re-fetching cached packages and checksum data
 -l    Use user-configured hosts; www.cpan.org is preferred by default
 -p    Install prerequisite modules; this is disabled by default
 -s    Skip modules that have testing results from the same settings
 -v    Print verbose proceeding informations
 -t    Sets timeout for each package's install; default to 300

SEE ALSO

CPANPLUS, cpantest

AUTHORS

Autrijus Tang <autrijus@autrijus.org>

COPYRIGHT

Copyright 2001, 2002 by Autrijus Tang <autrijus@autrijus.org>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html