From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

#!/usr/bin/perl
use strict;
use warnings FATAL => 'all';
use lib qw(lib);
Apache::TestRunPerl->new->run(@ARGV);
{
no warnings 'redefine';
# sub Apache::TestRun::pre_configure {
# Apache::TestConfig::autoconfig_skip_module_add(qr(.));
# }
}
# vim: ts=4 sw=4 noet