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

version_and_exit()

Displays text describing the version of the script

msg($text, $level)

Issues a debug warning message if the global $opt_debug parameter is greater than the indicated $level.

NAME

treport - Generates reports from test results

SYNOPSIS

treport [options] [ [ options ] ]

 Options:
   -V, --version=boolean         Prints the version and exits
   -h, --help=boolean            Prints a brief help message
   -H, --helplong=boolean        Prints a long help message
       --man=boolean             Prints a manual page (detailed help)
   -D, --debug=integer           Prints debug messages
   -f, --force=boolean           Forces overwriting of existing report files

DESCRIPTION

treport - Generates reports from test results

OPTIONS

-V, --version

Prints the version and exits

-h, --help

Prints a brief help message

-H, --helplong

Prints a long help message

--man

Prints a manual page (detailed help)

-D D, --debug=D

Prints debug messages

-f, --force

Forces overwriting of existing report files

See treport -h for a summary of options.

PREREQUISITES

Pod::Usage, Getopt::Long, Config::Simple, File::Basename, File::Copy, File::Find, File::Path, File::Spec, Carp

COREQUISITES

Template-Toolkit

SCRIPT CATEGORIES

Web

BUGS

None known.

VERSION

1.00

SEE ALSO

perl(1)

AUTHOR

Bryce W. Harrington <bryce@bryceharrington.org>

http://www.bryceharrington.org

COPYRIGHT

Copyright (C) 2005 Bryce W. Harrington. All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

REVISION

Revision: $Revision: 1.1.1.1 $