The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

runsmoke.pl - Configure, build and test bleading edge perl

SYNOPSIS

    $ ./runsmoke.pl [options] <buildcfg>

OPTIONS

Most of the mktest.pl switches are implemented for backward compatibility, but some had to go in faviour of the new regime of front-ends.

Configuration file
    --config|-c <configfile>  Use the settings from the configfile

runsmoke.pl can use the configuration file created by configsmoke.pl. Other options can override the settings from the configuration file. If the config-filename is ommited smokecurrent_config is assumed.

Overridable options

These options will also override the values in the configfile (if the --config switch is used).

    --fdir|--forest|-f <dir>  Set the basedir for forest
    --locale|-l <somelocale>  Set the UTF-8 for special testrun
    --[no]force-c-locale      Force (or not) $ENV{LC_ALL}="C"
    --[no]is56x               This is (not) a perl 5.6.x smoke
    --[no]defaultenv          This is (not) a non $ENV{PERLIO} smoke

    --ddir|-d <dir>           Set the build directory
    --cfg <buildcfg>
    --killtime|-k <killtime>  Set a killtime
    --verbose|-v <0..2>       Verbose level
Win32 options (overridable)
    --w32cc|--win32-cctype    <BORLAND|GCC|MSVC20|MSVC|MSVC60>
    --w32make|--win32-maker   <dmake|nmake>
General options
    --continue                Try to continue an aborted smoke
    --[no]run
    --dry-run|-n              dry run...
    --help|-h                 This message
    --man                     The full manpage

DESCRIPTION

runsmoke.pl is the replacement script for mktest.pl (which is now depricated and will not be maintained).

SEE ALSO

Test::Smoke, Test::Smoke::Smoker

COPYRIGHT

(c) 2002-2003, All rights reserved.

  * Abe Timmerman <abeltje@cpan.org>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See:

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.