Convert-SSH2
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# Note: this file was auto-generated by Module::Build::Compat version 0.3800
require 5.010;
use ExtUtils::MakeMaker;
WriteMakefile
(
'NAME' => 'Convert::SSH2',
'VERSION_FROM' => 'lib/Convert/SSH2.pm',
'PREREQ_PM' => {
'Class::Load' => '0.13',
'Convert::ASN1' => 0,
'File::Slurp' => 0,
'MIME::Base64' => 0,
'Math::BigInt' => 0,
'Moo' => '0.009013',
'Test::More' => 0,
'Try::Tiny' => 0
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [],
'PL_FILES' => {}
)
;
( run in 0.932 second using v1.01-cache-2.11-cpan-39bf76dae61 )