NAME
POE::Component::SmokeBox::Backend::CPAN::YACSmoke - a backend for CPAN::YACSmoke smokers.
DESCRIPTION
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.
METHODS
check
-
Returns [ '-MCPAN::YACSmoke', '-e', 1 ]
index
-
Returns [ '-MCPANPLUS::Backend', '-e', 'CPANPLUS::Backend->new()->reload_indices( update_source => 1 );' ]
smoke
-
Returns [ '-MCPAN::YACSmoke', '-e', 'my $module = shift; my $smoke = CPAN::YACSmoke->new(); $smoke->test($module);' ]
AUTHOR
Chris BinGOs
Williams
LICENSE
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.