Kwalitee Issues

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: Crypt::OpenPGP::Buffer

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Crypt::RSA::Key::Private
  • Crypt::RSA::Key::Public

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.

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: Crypt::OpenPGP, Crypt::OpenPGP::Armour, Crypt::OpenPGP::Buffer, Crypt::OpenPGP::CFB, Crypt::OpenPGP::Certificate, Crypt::OpenPGP::Cipher, Crypt::OpenPGP::Ciphertext, Crypt::OpenPGP::Compressed, Crypt::OpenPGP::Config, Crypt::OpenPGP::Constants, Crypt::OpenPGP::Digest, Crypt::OpenPGP::ErrorHandler, Crypt::OpenPGP::Key, Crypt::OpenPGP::Key::Public, Crypt::OpenPGP::Key::Public::DSA, Crypt::OpenPGP::Key::Public::ElGamal, Crypt::OpenPGP::Key::Public::RSA, Crypt::OpenPGP::Key::Secret, Crypt::OpenPGP::Key::Secret::DSA, Crypt::OpenPGP::Key::Secret::ElGamal, Crypt::OpenPGP::Key::Secret::RSA, Crypt::OpenPGP::KeyBlock, Crypt::OpenPGP::KeyRing, Crypt::OpenPGP::KeyServer, Crypt::OpenPGP::MDC, Crypt::OpenPGP::Marker, Crypt::OpenPGP::Message, Crypt::OpenPGP::OnePassSig, Crypt::OpenPGP::PacketFactory, Crypt::OpenPGP::Plaintext, Crypt::OpenPGP::S2k, Crypt::OpenPGP::SKSessionKey, Crypt::OpenPGP::SessionKey, Crypt::OpenPGP::Signature, Crypt::OpenPGP::Signature::SubPacket, Crypt::OpenPGP::Trust, Crypt::OpenPGP::UserID, Crypt::OpenPGP::Util, Crypt::OpenPGP::Words

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.

Modules

Name Abstract Version View
Crypt::OpenPGP Pure-Perl OpenPGP implementation 1.09 metacpan
Crypt::OpenPGP::Armour ASCII Armouring and Unarmouring metacpan
Crypt::OpenPGP::Buffer Binary in/out buffer metacpan
Crypt::OpenPGP::CFB PGP Cipher Feedback Mode metacpan
Crypt::OpenPGP::Certificate PGP Key certificate metacpan
Crypt::OpenPGP::Cipher PGP symmetric cipher factory metacpan
Crypt::OpenPGP::Ciphertext Encrypted data packet metacpan
Crypt::OpenPGP::Compressed Compressed data packets metacpan
Crypt::OpenPGP::Config metacpan
Crypt::OpenPGP::Constants Exportable constants metacpan
Crypt::OpenPGP::Digest PGP message digest factory metacpan
Crypt::OpenPGP::ErrorHandler Crypt::OpenPGP error handling metacpan
Crypt::OpenPGP::Key OpenPGP key factory metacpan
Crypt::OpenPGP::Key::Public metacpan
Crypt::OpenPGP::Key::Public::DSA metacpan
Crypt::OpenPGP::Key::Public::ElGamal metacpan
Crypt::OpenPGP::Key::Public::RSA metacpan
Crypt::OpenPGP::Key::Secret metacpan
Crypt::OpenPGP::Key::Secret::DSA metacpan
Crypt::OpenPGP::Key::Secret::ElGamal metacpan
Crypt::OpenPGP::Key::Secret::RSA metacpan
Crypt::OpenPGP::KeyBlock Key block object metacpan
Crypt::OpenPGP::KeyRing Key ring object metacpan
Crypt::OpenPGP::KeyServer Interface to HKP keyservers metacpan
Crypt::OpenPGP::MDC MDC (modification detection code) packet metacpan
Crypt::OpenPGP::Marker PGP Marker packet metacpan
Crypt::OpenPGP::Message Sequence of PGP packets metacpan
Crypt::OpenPGP::OnePassSig One-Pass Signature packet metacpan
Crypt::OpenPGP::PacketFactory Parse and save PGP packet streams metacpan
Crypt::OpenPGP::Plaintext A plaintext, literal-data packet metacpan
Crypt::OpenPGP::S2k String-to-key generation metacpan
Crypt::OpenPGP::SKSessionKey Symmetric-Key Encrypted Session Key metacpan
Crypt::OpenPGP::SessionKey Encrypted Session Key metacpan
Crypt::OpenPGP::Signature Signature packet metacpan
Crypt::OpenPGP::Signature::SubPacket metacpan
Crypt::OpenPGP::Trust PGP Trust packet metacpan
Crypt::OpenPGP::UserID PGP User ID packet metacpan
Crypt::OpenPGP::Util Miscellaneous utility functions metacpan
Crypt::OpenPGP::Words Create English-word encodings metacpan

Provides

Name File View
Crypt::OpenPGP::Cipher::Blowfish lib/Crypt/OpenPGP/Cipher.pm metacpan
Crypt::OpenPGP::Cipher::CAST5 lib/Crypt/OpenPGP/Cipher.pm metacpan
Crypt::OpenPGP::Cipher::DES3 lib/Crypt/OpenPGP/Cipher.pm metacpan
Crypt::OpenPGP::Cipher::IDEA lib/Crypt/OpenPGP/Cipher.pm metacpan
Crypt::OpenPGP::Cipher::Rijndael lib/Crypt/OpenPGP/Cipher.pm metacpan
Crypt::OpenPGP::Cipher::Rijndael192 lib/Crypt/OpenPGP/Cipher.pm metacpan
Crypt::OpenPGP::Cipher::Rijndael256 lib/Crypt/OpenPGP/Cipher.pm metacpan
Crypt::OpenPGP::Cipher::Twofish lib/Crypt/OpenPGP/Cipher.pm metacpan
Crypt::OpenPGP::Config::GnuPG lib/Crypt/OpenPGP/Config.pm metacpan
Crypt::OpenPGP::Config::PGP2 lib/Crypt/OpenPGP/Config.pm metacpan
Crypt::OpenPGP::Config::PGP5 lib/Crypt/OpenPGP/Config.pm metacpan
Crypt::OpenPGP::Digest::MD5 lib/Crypt/OpenPGP/Digest.pm metacpan
Crypt::OpenPGP::Digest::RIPEMD160 lib/Crypt/OpenPGP/Digest.pm metacpan
Crypt::OpenPGP::Digest::SHA1 lib/Crypt/OpenPGP/Digest.pm metacpan
Crypt::OpenPGP::Digest::SHA224 lib/Crypt/OpenPGP/Digest.pm metacpan
Crypt::OpenPGP::Digest::SHA256 lib/Crypt/OpenPGP/Digest.pm metacpan
Crypt::OpenPGP::Digest::SHA384 lib/Crypt/OpenPGP/Digest.pm metacpan
Crypt::OpenPGP::Digest::SHA512 lib/Crypt/OpenPGP/Digest.pm metacpan
Crypt::OpenPGP::ElGamal::Private lib/Crypt/OpenPGP/Key/Secret/ElGamal.pm metacpan
Crypt::OpenPGP::ElGamal::Public lib/Crypt/OpenPGP/Key/Public/ElGamal.pm metacpan
Crypt::OpenPGP::S2k::Salt_Iter lib/Crypt/OpenPGP/S2k.pm metacpan
Crypt::OpenPGP::S2k::Salted lib/Crypt/OpenPGP/S2k.pm metacpan
Crypt::OpenPGP::S2k::Simple lib/Crypt/OpenPGP/S2k.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.json metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
dist.ini metacpan