1SMOKEPERL(1)          User Contributed Perl Documentation         SMOKEPERL(1)
2
3
4

NAME

6       smokeperl.pl - The perl Test::Smoke suite
7

SYNOPSIS

9           $ ./smokeperl.pl [-c configname]
10
11       or
12
13           C:\smoke>perl smokeperl.pl [-c configname]
14

OPTIONS

16       It can take these options
17
18         --config|-c <configname> See configsmoke.pl (smokecurrent_config)
19         --nofetch                Skip the synctree step
20         --nopatch                Skip the patch step
21         --nomail                 Skip the mail step
22         --noarchive              Skip the archive step (if applicable)
23         --[no]ccp5p_onfail       Do (not) send failure reports to perl5-porters
24         --[no]delay_report       Do (not) create the report now
25
26         --[no]continue           Try to continue an interrupted smoke
27         --is56x                  This is a perl-5.6.x smoke
28         --defaultenv             Run a smoke in the default environment
29         --[no]smartsmoke         Don't smoke unless patchlevel changed
30         --patchlevel <plevel>    Set old patchlevel for --smartsmoke --nofetch
31         --snapshot <patchlevel>  Set a new patchlevel for snapshot smokes
32         --killtime (+)hh::mm     (Re)set the guard-time for this smoke
33
34         --pfile <patchesfile>    Set a patches-to-apply-file
35         --cfg <buildcfg>         Set a Build Configurations File
36
37       All other arguments are passed to Configure!
38

DESCRIPTION

40       smokeperl.pl is the main program in this suite. It combines all the
41       front-ends internally and does some sanity checking.
42

SEE ALSO

44       README, FAQ, configsmoke.pl, mktest.pl, mkovz.pl
45

REVISION

47       $Id$
48
50       (c) 2002-2003, All rights reserved.
51
52         * Abe Timmerman <abeltje@cpan.org>
53
54       This library is free software; you can redistribute it and/or modify it
55       under the same terms as Perl itself.
56
57       See:
58
59       ·   <http://www.perl.com/perl/misc/Artistic.html>
60
61       ·   <http://www.gnu.org/copyleft/gpl.html>
62
63       This program is distributed in the hope that it will be useful, but
64       WITHOUT ANY WARRANTY; without even the implied warranty of
65       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
66
67
68
69perl v5.30.0                      2019-08-19                      SMOKEPERL(1)
Impressum