NAME
miniyacsmoker - Example script for POE::Component::CPANPLUS::YACSmoke
VERSION
version 1.64
SYNOPSIS
miniyacsmoker --perl /path/to/smoke/perl --jobs /path/to/file/with/jobs
DESCRIPTION
miniyacsmoker is an example script for POE::Component::CPANPLUS::YACSmoke, a POE based component that provides CPANPLUS::YACSmoke services to other components and sessions.
It spits out the results of each smoke to STDOUT.
SWITCHES
- --version
-
Prints the version number on STDOUT and exits.
- --perl
-
Specify the path to a perl executable to run the smoke testing with. This perl should have CPANPLUS and CPANPLUS::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.
-
Specify the cpanid of an CPAN author. This will determine the list of modules that the script will smoke.
- --package
-
Specify a string representing a package search criteria to use. The list of modules generated will then be smoked.
- --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.
- --reverse
-
If specified reverses the processing of recently uploaded modules.
- --logdir
-
Specify a directory location ( it must exist ) where
miniyacsmoker
will write logs for the smoke jobs that it forcefully terminates due to excessive idle or run time.
ENVIRONMENT
miniyacsmoker
sets the environment variable PERL5_MINIYACSMOKER
to the version that is running.
SEE ALSO
POE::Component::CPANPLUS::YACSmoke
AUTHOR
Chris Williams <chris@bingosnet.co.uk>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 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.