#!/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/TestSmoke.pm:775
# 04: ./Makefile.PL:32
# 05: /usr/lib/perl5/5.18.2/ExtUtils/MakeMaker.pm:233
# 06: /usr/lib/perl5/5.18.2/ExtUtils/MakeMaker.pm:220
# 07: /usr/lib/perl5/5.18.2/ExtUtils/MakeMaker.pm:220
# 08: /usr/lib/perl5/5.18.2/ExtUtils/MakeMaker.pm:676
# 09: /usr/lib/perl5/5.18.2/ExtUtils/MakeMaker.pm:60
# 10: lib/ModPerl/BuildMM.pm:153
# 11: Makefile.PL:90

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

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::TestSmokePerl;
Apache::TestSmokePerl->new(@ARGV)->run;