NAME

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

VERSION

version 0.58

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);' ]

digest

Returns the following regexp:

  qr/^\[MSG\] CPANPLUS is prefering/

SEE ALSO

POE::Component::SmokeBox::Backend

AUTHOR

Chris Williams <chris@bingosnet.co.uk>

COPYRIGHT AND LICENSE

This software is copyright (c) 2023 by Chris Williams.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.