/usr/local/CPAN/POE-Component-OpenSSH/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.3800
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'POE::Component::OpenSSH',
          'VERSION_FROM' => 'lib/POE/Component/OpenSSH.pm',
          'PREREQ_PM' => {
                           'Moose' => '0.86',
                           'MooseX::POE' => 0,
                           'Net::OpenSSH' => '0.36',
                           'POE' => '1.006',
                           'POE::Component::Generic' => '0.1201',
                           'POE::Test::Helpers' => '1.07',
                           'Term::ReadKey' => 0,
                           'Term::ReadPassword' => 0,
                           'Test::More' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;