# Note: this file was auto-generated by Module::Build::Compat version 0.03 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'HTML::WebDAO', 'VERSION_FROM' => 'lib/HTML/WebDAO.pm', 'PREREQ_PM' => { 'DateTime' => '0.37', 'DateTime::Format::HTTP' => '0.37', 'Encode' => '0', 'FCGI' => '0.67', 'Getopt::Long' => '2.35', 'MLDBM' => '0', 'XML::LibXML' => '0' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [ 'script/wd_cgi.pl', 'script/wd_fcgi.fpl', 'script/wd_shell.pl' ], 'PL_FILES' => {} ) ;