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