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

NAME

6       sendrpt.pl - Send the smoke report by protocol
7

SYNOPSIS

9           $ ./sendrpt.pl -u URL -d ../perl-current [more options]
10
11       or
12
13           $ ./sendrpt.pl -c [smokecurrent_config]
14

OPTIONS

16       Options depend on the type option, exept for some.
17
18       ·   Configuration file
19
20               -c | --config <configfile> Use the settings from the configfile
21
22           sendrpt.pl can use the configuration file created by
23           configsmoke.pl.  Other options can override the settings from the
24           configuration file.
25
26       ·   General options
27
28               -d | --ddir <directory>  Set the directory for the source-tree (cwd)
29               --to <emailaddresses>    Comma separated list (smokers-reports@perl.org)
30               --cc <emailaddresses>    Comma separated list
31
32               -t | --type <type>       mail mailx sendmail sendemail Mail::Sendmail
33                                        [mandatory]
34
35               --nomail                 Don't send the message
36               --report                 Create a report anyway
37               --defaultenv             It was a PERLIO-less smoke
38               --[no]ccp5p_onfail       Do (not) send failure reports to perl5-porters
39
40               -v | --verbose <0..2>    Set verbose level
41               -h | --help              Show help message (needs Pod::Usage)
42               --man                    Show the perldoc  (needs Pod::Usage)
43

DESCRIPTION

45       This is a small front-end for Test::Smoke::Mailer.
46

SEE ALSO

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