NAME CPANPLUS::YACSmoke - Yet Another CPANPLUS Smoke Tester VERSION version 1.06 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=< COPYRIGHT AND LICENSE This software is copyright (c) 2018 by Chris Williams, Jos Boumans, Robert Rothenberg and Barbie. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.