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.
parse_results($run_id)
Parses a directory of test results, extracting relevant data for reporting.
Returns undef if the run directory for $run_id does not exist.
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
  -t, --text=boolean            Generate text report
  -w, --web=boolean             Generate web (HTML) report
  -p, --pdf=boolean             Generate PDF report
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
 - -t, --text
 - 
Generate text report
 - -w, --web
 - 
Generate web (HTML) report
 - -p, --pdf
 - 
Generate PDF report
 
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
CGI
SCRIPT CATEGORIES
# Official categories: Audio : MP3 CGI CGI : Filter CPAN CPAN : Administrative Educational Educational : ComputerScience Mail Networking News Search UNIX : System_administration VersionControl : CVS Web Win32 Win32 : Utilities
# See http://www.cpan.org/scripts/submitting.html for directions on # adding new categories for your script
BUGS
None known.
VERSION
1.00
SEE ALSO
AUTHOR
Bryce W. Harrington <bryce@bryceharrington.org>
http://www.bryceharrington.org
COPYRIGHT
Copyright (C) 2003 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 $