Kwalitee Issues

meta_yml_conforms_to_known_spec

Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.

Error: 'origin' for 'repository' does not have a URL scheme (resources -> repository) [Validation: 1.4]

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

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: 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.

has_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

Modules

Name Abstract Version View
Crypt::OpenPGP Pure-Perl OpenPGP implementation 1.04 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::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.yml metacpan
Makefile.PL metacpan
README metacpan