#!/usr/bin/perl
# WARNING: this file is generated, do not edit
# generated on Wed Nov 16 07:56:51 2016
# 01: Apache-Test/lib/Apache/TestConfig.pm:961
# 02: Apache-Test/lib/Apache/TestConfig.pm:1051
# 03: Apache-Test/lib/Apache/TestRun.pm:1116
# 04: ./Makefile.PL:67
# 05: ./Makefile.PL:23
# 06: /usr/lib/perl5/5.18.2/ExtUtils/MakeMaker.pm:233
# 07: /usr/lib/perl5/5.18.2/ExtUtils/MakeMaker.pm:220
# 08: /usr/lib/perl5/5.18.2/ExtUtils/MakeMaker.pm:220
# 09: /usr/lib/perl5/5.18.2/ExtUtils/MakeMaker.pm:676
# 10: /usr/lib/perl5/5.18.2/ExtUtils/MakeMaker.pm:60
# 11: lib/ModPerl/BuildMM.pm:153
# 12: Makefile.PL:90

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

$Apache::TestConfig::Argv{'apxs'} = q|/usr/sbin/apxs|;

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

use lib qw(
    /home/abuild/rpmbuild/BUILD/httpd24/lib
    /home/abuild/rpmbuild/BUILD/httpd24/Apache-Test/lib
    /home/abuild/rpmbuild/BUILD/httpd24/t/lib
);


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