NAME
POE::Component::SmokeBox::Backend::CPAN::Reporter::Smoker - a backend for CPAN::Reporter::Smoker smokers.
DESCRIPTION
POE::Component::SmokeBox::Backend::CPAN::Reporter::Smoker is a POE::Component::SmokeBox::Backend plugin that defines the check
, index
and smoke
commands for CPAN::Reporter::Smoker based smokers.
METHODS
check
-
Returns [ '-e', 'use CPAN::Reporter::Smoker 0.17;' ]
index
-
Returns [ '-MCPAN', '-MCPAN::HandleConfig', '-e', 'CPAN::HandleConfig->load; CPAN::Shell::setup_output; CPAN::Index->force_reload();' ]
smoke
-
Returns [ '-MCPAN::Reporter::Smoker', '-e', 'my $module = shift; start( list => [ $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.