# Note: this file was auto-generated by Module::Build::Compat version 0.30 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Test::SFTP', 'VERSION_FROM' => 'lib/Test/SFTP.pm', 'PREREQ_PM' => { 'English' => '1.02', 'IO::Prompt' => '0.99.4', 'Moose' => '0.63', 'Net::SFTP' => '0.1', 'Test::More' => '0.78' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;