NAME
POE::Component::SmokeBox::Backend::CPAN::Reporter - a backend for CPAN/CPAN::Reporter 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 CPAN/CPAN::Reporter based smokers.
METHODS
check
-
Returns [ '-MCPAN::Reporter', '-e', 1 ]
index
-
Returns [ '-MCPAN', '-MCPAN::HandleConfig', '-e', 'CPAN::HandleConfig->load; CPAN::Shell::setup_output; CPAN::Index->force_reload();' ]
smoke
-
Returns [ '-MCPAN', '-e', 'my $module = shift; $CPAN::Config->{test_report} = 1; CPAN::Index->reload; $CPAN::META->reset_tested; test($module);' ]
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.