NAME CPANPLUS::YACSmoke - Yet Another CPANPLUS Smoke Tester SYNOPSIS perl -MCPANPLUS::YACSmoke -e test DESCRIPTION CPANPLUS::YACSmoke is an enhancement of the venerable CPAN::YACSmoke that uses the API backend of CPANPLUS to run tests on CPAN modules and post results to the CPAN Testers list. CPANPLUS::Dist::YACSmoke is loaded into the CPANPLUS configuration before any modules are tested. It will create a database file in the .cpanplus directory, which it uses to track tested distributions. This information will be used to keep from posting multiple reports for the same module, and to keep from testing modules that use non-passing modules as prerequisites. If "prereqs" have been tested previously and have resulted in a "pass" grade then the tests for those "prereqs" will be skipped, speeding up smoke testing. By default it uses CPANPLUS configuration settings. CONFIGURATION FILE CPANPLUS::YACSmoke only honours the "exclude_dists" in CPAN::YACSmoke style "ini" files. The "exclude_dists" setting, which is laid out as: [CONFIG] exclude_dists=< Based on CPAN::YACSmoke by Robert Rothenberg and Barbie. Contributions and patience from Jos Boumans the CPANPLUS guy! LICENSE Copyright "(c)" Chris Williams, Jos Boumans, Robert Rothenberg and Barbie. This module may be used, modified, and distributed under the same terms as Perl itself. Please see the license that came with your Perl distribution for details. SEE ALSO CPANPLUS CPANPLUS::Dist::YACSmoke CPAN::YACSmoke Test::Reporter