1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
# 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' => {}
)
;
|