#!/usr/bin/perl
# WARNING: this file is generated, do not edit
# generated on Mon Dec 29 08:21:26 2008
# 01: /usr/lib/perl5/Apache/TestConfig.pm:953
# 02: /usr/lib/perl5/Apache/TestConfig.pm:1043
# 03: /usr/lib/perl5/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);