NAME
mkovz.pl - Create matrix for smoke test results.
SYNOPSYS
$ ./mkovz.pl [ e-mail [ builddir ]]
DESCRIPTION
mkovz.pl
processes the output created by the mktest.pl
program to create a nice report and (optionally) send it to the smokers-reports mailinglist.
ARGUMENTS
mkovz.pl
can take three (3) arguments:
-
This specifies the e-mailaddress to which the report is e-mailed.
You can use no-mail to skip the mailing bit.
If you specify no e-mailaddress the default daily-build-reports@perl.org is used.
- builddir
-
The
builddir
is the directory where you have just build perl and where the mktest.out file is thatmktest.pl
left there.The default is the current working directory.
- locale
-
It's a hack! It should be picked up from mktest.out
CHANGES
For more recent changes see ChangeLog.
1.14 - Changed part of the report printing to use a format (write) - switch back the <email> <testdir> args that Merijn accidentally swapped - Be a bit more subtile about Win32 username - Don't die() when lib/Config.pm isn't found
1.13 - Moved part of Config to top for easier user changes
1.12 - Use Config.pm of the smoked perl - A bit more Win32 minded :-)
COPYRIGHT
(c) 2002-2003, All rights reserved.
* H.Merijn Brand <h.m.brand@hccnet.nl>
* 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:
http://www.perl.com/perl/misc/Artistic.html
http://www.gnu.org/copyleft/gpl.html
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.