# Note: this file was auto-generated by Module::Build::Compat version 0.4234
require
5.006;
use
ExtUtils::MakeMaker;
WriteMakefile
(
'NAME'
=>
'Plack::Middleware::Proxy::Connect::IO'
,
'VERSION_FROM'
=>
'lib/Plack/Middleware/Proxy/Connect/IO.pm'
,
'PREREQ_PM'
=> {
'Module::Build'
=> 0,
'Module::CPANfile'
=> 0,
'Plack'
=>
'0'
,
'Plack::App::Proxy'
=>
'0'
},
'INSTALLDIRS'
=>
'site'
,
'EXE_FILES'
=> [],
'PL_FILES'
=> {}
)
;