##
##  Makefile.PL -- MakeMaker config file
##

use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'  => 'Parse::ePerl',
    'DIR'   => ['Parse', 'Apache'],
);

##EOF##
