NAME

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

VERSION

version 0.58

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

SEE ALSO

POE::Component::SmokeBox::Backend

CPAN::Reporter::Smoker

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.