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