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.2808_01
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'POE::Devel::ProcAlike',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/POE/Devel/ProcAlike.pm',
          'PREREQ_PM' => {
                           'POE::API::Peek' => 0,
                           'Fuse' => '0.09',
                           'Filesys::Virtual::Async::Dispatcher' => 0,
                           'Test::More' => '0.86',
                           'POE::Component::Fuse' => '0.02',
                           'Filesys::Virtual::Async::inMemory' => 0,
                           'POE::Component::AIO' => 0,
                           'POE::Session::AttributeBased' => 0,
                           'POE' => '1.003'
                         }
        )
;