The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

POE::Component::SmokeBox::Backend::CPANPLUS::YACSmoke - a backend for CPANPLUS::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 CPANPLUS::YACSmoke based smokers.

METHODS

check

Returns [ '-MCPANPLUS::YACSmoke', '-e', 1 ]

index

Returns [ '-MCPANPLUS::Backend', '-e', 'CPANPLUS::Backend->new()->reload_indices( update_source => 1 );' ]

smoke

Returns [ '-MCPANPLUS::YACSmoke', '-e', 'my $module = shift; my $smoke = CPANPLUS::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.

SEE ALSO

POE::Component::SmokeBox::Backend