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.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'HTTP::Server::Simple::Static',
          'VERSION_FROM' => 'lib/HTTP/Server/Simple/Static.pm',
          'PREREQ_PM' => {
                           'Exporter' => '0',
                           'File::MMagic' => '0',
                           'File::Spec::Functions' => '0',
                           'HTTP::Server::Simple' => '0.01',
                           'IO::File' => '0',
                           'MIME::Types' => '0',
                           'URI::Escape' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'PL_FILES' => {}
        )
;