The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.4003
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'WebDAO',
  'VERSION_FROM' => 'lib/WebDAO.pm',
  'PREREQ_PM' => {
                   'DateTime' => '0.37',
                   'DateTime::Format::HTTP' => '0.37',
                   'Encode' => 0,
                   'FCGI' => '0.67',
                   'Getopt::Long' => '2.35',
                   'HTTP::Body' => '1.11',
                   'MIME::Base64' => 0,
                   'Test::Class' => 0,
                   'URI' => '1.36',
                   'XML::Flow' => '0.86'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'script/wd_fcgi.fpl',
                   'script/wd_shell.pl',
                   'script/webdao.psgi'
                 ],
  'PL_FILES' => {}
)
;