# Note: this file was auto-generated by Module::Build::Compat version 0.4224
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'HTTP::Server::Simple::Static',
  'VERSION_FROM' => 'lib/HTTP/Server/Simple/Static.pm',
  'PREREQ_PM' => {
                   'CGI' => '3.46',
                   'Cwd' => 0,
                   'Exporter' => 0,
                   'File::LibMagic' => 0,
                   'File::Spec::Functions' => 0,
                   'HTTP::Date' => 0,
                   'HTTP::Server::Simple' => '0.01',
                   'IO::File' => 0,
                   'URI::Escape' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;
