NAME

minismoker - Example script for POE::Component::CPAN::YACSmoke

SYNOPSIS

minismoker --perl /path/to/smoke/perl --jobs /path/to/file/with/jobs

DESCRIPTION

minismoker is an example script for POE::Component::CPAN::YACSmoke, a POE based component that provides CPAN::YACSmoke services to other components and sessions.

It spits out the results of each smoke to STDOUT.

SWITCHES

--perl

Specify the path to a perl executable to run the smoke testing with. This perl should have CPANPLUS and CPAN::YACSmoke installed and configured accordingly.

--jobs

Specify a file with modules to be smoked, eg.

C/CH/CHROMATIC/Acme-Incorporated-1.00.tar.gz
B/BI/BINGOS/POE-Component-IRC-5.12.tar.gz

If a job file is not provided the script obtains a list of recently uploaded modules and processes them.

--debug

Spews out whatever is happening in the component as it happens.

--appdata

Specify a path to where CPANPLUS can find your .cpanplus folder. This sets the APPDATA environment variable.

indices

Specify if the CPANPLUS should reload its indices before proceeding with the smoke.

AUTHOR

Chris 'BinGOs' Williams <chris@bingosnet.co.uk>

SEE ALSO

POE::Component::CPAN::YACSmoke

POE

CPANPLUS

CPAN::YACSmoke