#!/opt/perl/5.10.0/bin/perl
# WARNING: this file is generated, do not edit
# generated on Tue Dec 30 12:55:00 2008
# 01: /opt/perl/5.10.0/lib/site_perl/5.10.0/i686-linux/Apache/TestConfig.pm:955
# 02: /opt/perl/5.10.0/lib/site_perl/5.10.0/i686-linux/Apache/TestConfig.pm:1045
# 03: /opt/perl/5.10.0/lib/site_perl/5.10.0/i686-linux/Apache/TestRun.pm:1284
# 04: Makefile.PL:10

BEGIN { eval { require blib && blib->import; } }

use strict;
use warnings FATAL => 'all';

use lib qw(
);


use Apache::TestRunPerl ();

package Apache::TestRunPerl;
sub bug_report { print '+-------------------------------------------------------------------+
| you probably got a coredump or something.  this is not my fault.  |
|                                                                   |
| see the README for more information and caveats                   |
+-------------------------------------------------------------------+
' }

Apache::TestRunPerl->new->run(@ARGV);