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.3607
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'FCGI::Async',
          'VERSION_FROM' => 'lib/FCGI/Async.pm',
          'PREREQ_PM' => {
                           'Net::Async::FastCGI' => 0,
                           'Test::HexString' => 0,
                           'Test::More' => 0,
                           'Test::Refcount' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;