
POE::Component::SmokeBox::Backend::CPAN::YACSmoke - a backend for CPAN::YACSmoke smokers.

POE::Component::SmokeBox::Backend::CPAN::Reporter is a POE::Component::SmokeBox::Backend plugin that defines the check,
index and smoke commands for CPAN::YACSmoke based smokers.

checkReturns [ '-MCPAN::YACSmoke', '-e', 1 ]
indexReturns [ '-MCPANPLUS::Backend', '-e', 'CPANPLUS::Backend->new()->reload_indices( update_source => 1 );' ]
smokeReturns [ '-MCPAN::YACSmoke', '-e', 'my $module = shift; my $smoke = CPAN::YACSmoke->new(); $smoke->test($module);' ]

Chris BinGOs Williams

Copyright (c) Chris Williams.
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.
