The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 createa nice report and (optionally) send it to the smokers mailinglist.

ARGUMENTS

mkovz.pl can take two (2) arguments:

e-mail

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 current username is used.

builddir

The builddir is the directory where you have just build perl and where the mktest.out file is that mktest.pl left there.

The default is the current working directory.

CHANGES

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 :-)

AUTHOR

  H.Merijn Brand <h.m.brand@hccnet.nl>
  Abe Timmerman  <abeltje@cpan.org>