use ExtUtils::MakeMaker; require 5.008; eval "use Test::Manifest 1.21"; WriteMakefile( 'NAME' => 'Net::SSH::Perl::WithSocks', 'ABSTRACT' => 'Connect to an SSH host through a TCP proxy', 'VERSION_FROM' => 'lib/Net/SSH/Perl/WithSocks.pm', 'LICENSE' => 'perl', 'AUTHOR' => 'Jennie Rose Evers-Corvina ', 'META_MERGE' => { license => 'perl', resources => { repository => 'https://github.com/briandfoy/Net-SSH-Perl-WithSocks', }, }, 'PREREQ_PM' => { 'IPC::PerlSSH' => '0', 'Net::SSH::Perl' => '0', 'IO::Socket::Socks' => '0', }, clean => { FILES => q|Net-SSH-Perl-*| }, );