-
-
30 Mar 2022 09:25:47 UTC
- Distribution: Test-Smoke
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (24)
- Testers (221 / 5 / 0)
- Kwalitee
Bus factor: 2- 65.73% Coverage
- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (358.2KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- CGI::Util
- Capture::Tiny
- File::Spec
- HTTP::Tiny
- JSON::XS
- POSIX
- System::Info
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
sendrpt.pl - Send the smoke report by protocol
SYNOPSIS
$ ./sendrpt.pl -u URL -d ../perl-current [more options]
or
$ ./sendrpt.pl -c [smokecurrent_config]
OPTIONS
Options depend on the type option, exept for some.
Configuration file
-c | --config <configfile> Use the settings from the configfile
sendrpt.pl can use the configuration file created by configsmoke.pl. Other options can override the settings from the configuration file.
General options
-d | --ddir <directory> Set the directory for the source-tree (cwd) --to <emailaddresses> Comma separated list (smokers-reports@perl.org) --cc <emailaddresses> Comma separated list -t | --type <type> mail mailx sendmail sendemail Mail::Sendmail [mandatory] --nomail Don't send the message --report Create a report anyway --defaultenv It was a PERLIO-less smoke --[no]ccp5p_onfail Do (not) send failure reports to perl5-porters -v | --verbose <0..2> Set verbose level -h | --help Show help message (needs Pod::Usage) --man Show the perldoc (needs Pod::Usage)
DESCRIPTION
This is a small front-end for Test::Smoke::Mailer.
SEE ALSO
Test::Smoke::Mailer, Test::Smoke::Reporter
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.
Module Install Instructions
To install Test::Smoke, copy and paste the appropriate command in to your terminal.
cpanm Test::Smoke
perl -MCPAN -e shell install Test::Smoke
For more information on module installation, please visit the detailed CPAN module installation guide.