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.31012
require 5.8.8;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'DISTNAME' => 'SSH-RPC',
          'VERSION_FROM' => 'lib/SSH/RPC/Client.pm',
          'PREREQ_PM' => {
                           'Class::InsideOut' => '1.06',
                           'JSON' => '2.12',
                           'Net::OpenSSH' => '0.39'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => []
        )
;