The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

use strict;
use warnings;
use 5.008;

use ExtUtils::MakeMaker;
WriteMakefile( NAME          => 'Net::SSH::Any',
               VERSION_FROM  => 'lib/Net/SSH/Any.pm',
               PREREQ_PM     => {},
               ABSTRACT_FROM => 'lib/Net/SSH/Any.pm',
               AUTHOR        => 'Salvador FandiƱo <sfandino@yahoo.com>' );