NAME
Apache::TestReport - A parent class for generating bug/success reports
SSyynnooppssiissuse Apache::TestReport;
Apache::TestReport->new(@ARGV)->run;
DDeessccrriippttiioonn This class is used to generate a bug or a success report, providing information about the system the code was running on. Overridable Methods ccoonnffiigg return the information about user's system rreeppoorrttttoo return a string containing the email address the report should be sent to ppoossttiittnnoottee return a string to close the report with, e.g.:my($to, $where) = split '@', $self->reportto;
return <$to $where. To subscribe to the list send an empty email to $to-subscribe\@$where.
perl v5.8.8 2005-10-20 Apache::TestReport(3)