The Functional API
- test() - performs testing
- mark() - prints/returns/updates local grades
- excluded() - prints/returns excluded distributions
- listed() - prints/returns listed distributions
- purge() - removes old graded distributions from local DB
- flush() - selectively cleans the test build directory
The Object API
my $smoker = CPAN::YACSmoke->new(%conf); $smoker->test();


