1Test::Smoke::App::RunSmUoskeer(3C)ontributed Perl DocumeTnetsatt:i:oSnmoke::App::RunSmoke(3)
2
3
4

NAME

6       Test::Smoke::App::RunSmoke - The tsrunsmoke.pl application.
7

DESCRIPTION

9       This applet takes care of running the "smoke-mantra" for all build-
10       configurations.
11
12   $smoker->run();
13       reimplemention of the old "Test::Smoke::run_smoke()".
14
15   $smoker->run_smoke();
16   $smoker->log_harness_message()
17       Log stuff about Test::Harness...
18
19   $smoker->check_for_harness3()
20       Determine the version of Test::Harness shipped with this perl and set
21       hasharness3 accordingly.
22
23   $smoker->create_buildcfg()
24       Returns an appropriate Test::Smoke::BuildCFG instance.
25
26   $smoker->create_policy()
27       Create the Test::Smoke::Policy instance.
28
29   $smoker->create_smoker($log_handle)
30       Instantiate Test::Smoke::Smoker.
31
32   $smoker->do_manifest_check()
33       Calls Test::Smoke::SourceTree->check_MANIFEST().
34
35   $smoker->add_smoke_patchlevel()
36       Calls Test::Smoke::Util::set_local_patch() to add a patch-string.
37
39       (c) 2002-2013, Abe Timmerman <abeltje@cpan.org> All rights reserved.
40
41       With contributions from Jarkko Hietaniemi, Merijn Brand, Campo
42       Weijerman, Alan Burlison, Allen Smith, Alain Barbet, Dominic Dunlop,
43       Rich Rauenzahn, David Cantrell.
44
45       This library is free software; you can redistribute it and/or modify it
46       under the same terms as Perl itself.
47
48       See:
49
50       ·   <http://www.perl.com/perl/misc/Artistic.html>
51
52       ·   <http://www.gnu.org/copyleft/gpl.html>
53
54       This program is distributed in the hope that it will be useful, but
55       WITHOUT ANY WARRANTY; without even the implied warranty of
56       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
57
58
59
60perl v5.32.0                      2020-07-28     Test::Smoke::App::RunSmoke(3)
Impressum