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

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.

checkReturns [ '-e', 'use CPAN::Reporter::Smoker 0.17;' ]
indexReturns [ '-MCPAN', '-MCPAN::HandleConfig', '-e', 'CPAN::HandleConfig->load; CPAN::Shell::setup_output; CPAN::Index->force_reload();' ]
smokeReturns [ '-MCPAN::Reporter::Smoker', '-e', 'my $module = shift; start( list => [ $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.
