Kwalitee Issues

No Core Issues.

valid_signature

Sign the dist as the last step before creating the archive. Take care not to modify/regenerate dist meta files or the manifest.

Error: Old SIGNATURE detected. Please inform the module author to regenerate SIGNATURE using Module::Signature version 0.82 or newer. gpg: Signature made Sat 10 Aug 2013 07:08:21 AM JST gpg: using DSA key 26CCD066CD613C9B gpg: Can't check signature: No public key --- SIGNATURE Sat Aug 10 07:08:32 2013 +++ @@ -1,9 +1,9 @@ SHA1 cc451367f759ef30c8200859b4248973a973b623 .perlcriticrc -SHA1 08fdfcbe9db3d8d0c13a3dc4681001cf2c7247ad Changes +SHA1 fcc792606604f76d1109a1709df6a195b80dd9bf Changes SHA1 f235ba4160673bcb7c9d58c2f09dbc7fc0efadea LICENSE SHA1 d6a61ea9371de92127e4afc234b6f6651535ed1b MANIFEST SHA1 84efc47ee3a4253e0ab8029a26c263a6553beda7 MANIFEST.SKIP -SHA1 378c9d5867b7e8cba6f5576b4593d6303264ee8d META.yml +SHA1 e0fa7a8c927d58aca40ea8048e93b8f99d3da8a4 META.yml SHA1 ed90f5c217f68c08f9fcdeb40870b09e855d704d Makefile.PL SHA1 c4f71c29acb966232282d57b570484f7ceef208b README SHA1 ca4a01e14284c7a3efa45229e3ba0877ade60285 ToDo @@ -13,7 +13,7 @@ SHA1 3a7ecc57b316a02a72f8f56602b6d59aa4a4c2ce eg/pssh-keygen SHA1 c36af8adc7bcc9ccbef3beed15723a4a0e8db15a eg/remoteinteract.pl SHA1 7ff227ceb0c28c8f98b5772072eb6bf908f96555 eg/remoteinteract2.pl -SHA1 5cba731f48de8687477d24364851434bf148cf9c lib/Net/SSH/Perl.pm +SHA1 2ad9d0f12cca78d937bacf4488bd95555b8342c8 lib/Net/SSH/Perl.pm SHA1 f7b6f7cd52ce138615b0fa1bbd0b965bd138e4e8 lib/Net/SSH/Perl/Agent.pm SHA1 42d0e1ae5b5c4f90dfcc8b28076ec94c682174f0 lib/Net/SSH/Perl/Auth.pm SHA1 2587036da2cddb5278e84db1cc10d2d2c2cd1029 lib/Net/SSH/Perl/Auth/ChallengeResponse.pm @@ -38,7 +38,7 @@ SHA1 0479eae6ae99108e46cc859c2f053845ace7ab7d lib/Net/SSH/Perl/Cipher/RC4.pm SHA1 3df4c4dda730c0114f23d80b30a37b33ccefd40c lib/Net/SSH/Perl/Comp.pm SHA1 b75708438f4def2fd96fa8e1570ab999b49f7e19 lib/Net/SSH/Perl/Comp/Zlib.pm -SHA1 61063ffcb55c106e534918585d61950659dc84a9 lib/Net/SSH/Perl/Config.pm +SHA1 db89d433540d03283a20a21c9700c901e2657bea lib/Net/SSH/Perl/Config.pm SHA1 59160d52f16e23fb362948632d8325ce7dcfc4af lib/Net/SSH/Perl/Constants.pm SHA1 921a224def784e988c01395b2634bcb9bdd2cbd9 lib/Net/SSH/Perl/Handle.pm SHA1 008d3ebd3a2e5b2ff5a622bba6b3f2286a587948 lib/Net/SSH/Perl/Handle/SSH1.pm ==> MISMATCHED content between SIGNATURE and distribution files! <==

meta_yml_declares_perl_version

If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

use_warnings

Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.

Error: Net::SSH::Perl, Net::SSH::Perl::Agent, Net::SSH::Perl::Auth, Net::SSH::Perl::Auth::ChallengeResponse, Net::SSH::Perl::Auth::KeyboardInt, Net::SSH::Perl::Auth::Password, Net::SSH::Perl::Auth::PublicKey, Net::SSH::Perl::Auth::RSA, Net::SSH::Perl::Auth::Rhosts, Net::SSH::Perl::Auth::Rhosts_RSA, Net::SSH::Perl::AuthMgr, Net::SSH::Perl::Buffer, Net::SSH::Perl::Channel, Net::SSH::Perl::ChannelMgr, Net::SSH::Perl::Cipher, Net::SSH::Perl::Cipher::Blowfish, Net::SSH::Perl::Cipher::CBC, Net::SSH::Perl::Cipher::CFB, Net::SSH::Perl::Cipher::DES, Net::SSH::Perl::Cipher::DES3, Net::SSH::Perl::Cipher::IDEA, Net::SSH::Perl::Cipher::RC4, Net::SSH::Perl::Comp, Net::SSH::Perl::Comp::Zlib, Net::SSH::Perl::Config, Net::SSH::Perl::Constants, Net::SSH::Perl::Handle, Net::SSH::Perl::Handle::SSH1, Net::SSH::Perl::Handle::SSH2, Net::SSH::Perl::Kex, Net::SSH::Perl::Kex::DH1, Net::SSH::Perl::Key, Net::SSH::Perl::Key::DSA, Net::SSH::Perl::Key::RSA, Net::SSH::Perl::Key::RSA1, Net::SSH::Perl::Mac, Net::SSH::Perl::Packet, Net::SSH::Perl::SSH1, Net::SSH::Perl::SSH2, Net::SSH::Perl::Subsystem::Client, Net::SSH::Perl::Subsystem::Server, Net::SSH::Perl::Util, Net::SSH::Perl::Util::Authfile, Net::SSH::Perl::Util::Hosts, Net::SSH::Perl::Util::RSA, Net::SSH::Perl::Util::SSH1MP, Net::SSH::Perl::Util::SSH1Misc, Net::SSH::Perl::Util::SSH2MP, Net::SSH::Perl::Util::Term

meta_yml_has_provides

Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.

meta_yml_has_repository_resource

Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).

Modules

Name Abstract Version View
Net::SSH::Perl Perl client Interface to SSH 1.37 metacpan
Net::SSH::Perl::Agent Client for agent authentication metacpan
Net::SSH::Perl::Auth Base authentication class, plus utility methods metacpan
Net::SSH::Perl::Auth::ChallengeResponse metacpan
Net::SSH::Perl::Auth::KeyboardInt Keyboard-interactive auth plugin metacpan
Net::SSH::Perl::Auth::KeyboardInteractive metacpan
Net::SSH::Perl::Auth::Password Password authentication plugin metacpan
Net::SSH::Perl::Auth::PublicKey Perform publickey authentication metacpan
Net::SSH::Perl::Auth::RSA Perform RSA authentication metacpan
Net::SSH::Perl::Auth::Rhosts Perform Rhosts authentication metacpan
Net::SSH::Perl::Auth::Rhosts_RSA Perform Rhosts-RSA authentication metacpan
Net::SSH::Perl::AuthMgr Authentication manager/context for SSH-2 metacpan
Net::SSH::Perl::Buffer Low-level read/write buffer class metacpan
Net::SSH::Perl::Channel SSH2 channel object metacpan
Net::SSH::Perl::ChannelMgr Manages a list of open channels metacpan
Net::SSH::Perl::Cipher Base cipher class, plus utility methods metacpan
Net::SSH::Perl::Cipher::Blowfish Wrapper for SSH Blowfish support metacpan
Net::SSH::Perl::Cipher::CBC CBC Implementation metacpan
Net::SSH::Perl::Cipher::CFB CFB Implementation metacpan
Net::SSH::Perl::Cipher::DES Wrapper for SSH DES support metacpan
Net::SSH::Perl::Cipher::DES3 Wrapper for SSH 3DES support metacpan
Net::SSH::Perl::Cipher::IDEA Wrapper for SSH IDEA support metacpan
Net::SSH::Perl::Cipher::RC4 RC4 encryption/decryption metacpan
Net::SSH::Perl::Comp Compression/Decompression base class metacpan
Net::SSH::Perl::Comp::Zlib Wrapper for SSH Zlib Compression metacpan
Net::SSH::Perl::Config Load and manage SSH configuration metacpan
Net::SSH::Perl::Constants Exportable constants metacpan
Net::SSH::Perl::Handle metacpan
Net::SSH::Perl::Handle::SSH1 metacpan
Net::SSH::Perl::Handle::SSH2 metacpan
Net::SSH::Perl::Kex SSH2 Key Exchange metacpan
Net::SSH::Perl::Kex::DH1 Diffie-Hellman Group 1 Key Exchange metacpan
Net::SSH::Perl::Key Public or private key abstraction metacpan
Net::SSH::Perl::Key::DSA DSA key object metacpan
Net::SSH::Perl::Key::RSA RSA key object metacpan
Net::SSH::Perl::Key::RSA1 RSA SSH1 key object metacpan
Net::SSH::Perl::Mac MAC support for SSH2 metacpan
Net::SSH::Perl::Packet Packet layer of SSH protocol metacpan
Net::SSH::Perl::SSH1 SSH1 implementation metacpan
Net::SSH::Perl::SSH2 SSH2 implementation metacpan
Net::SSH::Perl::Subsystem::Client Subsystem client base class metacpan
Net::SSH::Perl::Subsystem::Server Server infrastructure for SSH subsystems metacpan
Net::SSH::Perl::Util Shared utility functions metacpan
Net::SSH::Perl::Util::Authfile metacpan
Net::SSH::Perl::Util::Hosts metacpan
Net::SSH::Perl::Util::RSA metacpan
Net::SSH::Perl::Util::SSH1MP metacpan
Net::SSH::Perl::Util::SSH1Misc metacpan
Net::SSH::Perl::Util::SSH2MP metacpan
Net::SSH::Perl::Util::Term metacpan

Provides

Name File View
Net::SSH::Perl::Cipher::DES3::EDE3 lib/Net/SSH/Perl/Cipher/DES3.pm metacpan
Net::SSH::Perl::Mac::MD5 lib/Net/SSH/Perl/Mac.pm metacpan
Net::SSH::Perl::Mac::SHA1 lib/Net/SSH/Perl/Mac.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan