#!perl # $Id$ use strict; use warnings FATAL => 'all'; use lib qw(lib); use Apache::TestSmoke (); Apache::TestSmoke->new(@ARGV)->run;