1#!perl
2use strict;
3use warnings FATAL => 'all';
4use Apache::TestRunPerl();
5use blib;
6Apache::TestRunPerl->new->run(@ARGV);
7