Kwalitee Issues

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: Crypt-Keyczar-0.06/lib/Crypt/Keyczar/Crypter.pm -- Around line 79: =back doesn't take any parameters, but you said =back 4 Crypt-Keyczar-0.06/lib/Crypt/Keyczar/Encrypter.pm -- Around line 61: =back doesn't take any parameters, but you said =back 4 Crypt-Keyczar-0.06/lib/Crypt/Keyczar/Signer.pm -- Around line 80: =back doesn't take any parameters, but you said =back 4 Crypt-Keyczar-0.06/lib/Crypt/Keyczar/Verifier.pm -- Around line 79: =back doesn't take any parameters, but you said =back 4 Crypt-Keyczar-0.06/lib/Crypt/Keyczar.pm -- Around line 188: =back doesn't take any parameters, but you said =back 4

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.

meta_yml_has_license

Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.

has_known_license_in_source_file

Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.

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

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::Keyczar Keyczar: A Cryptographic Toolkit 0.06 metacpan
Crypt::Keyczar::AesKey metacpan
Crypt::Keyczar::Crypter Crypter may both encrypt and decrypt data. metacpan
Crypt::Keyczar::DsaPrivateKey metacpan
Crypt::Keyczar::DsaPublicKey metacpan
Crypt::Keyczar::Encrypter used strictly to encrypt data metacpan
Crypt::Keyczar::Engine metacpan
Crypt::Keyczar::FileReader metacpan
Crypt::Keyczar::FileWriter metacpan
Crypt::Keyczar::HmacKey metacpan
Crypt::Keyczar::HmacSHA224Key metacpan
Crypt::Keyczar::HmacSHA256Key metacpan
Crypt::Keyczar::HmacSHA384Key metacpan
Crypt::Keyczar::HmacSHA512Key metacpan
Crypt::Keyczar::Key metacpan
Crypt::Keyczar::KeyMetadata metacpan
Crypt::Keyczar::KeyVersion metacpan
Crypt::Keyczar::Manager metacpan
Crypt::Keyczar::Reader metacpan
Crypt::Keyczar::RsaPrivateKey metacpan
Crypt::Keyczar::RsaPublicKey metacpan
Crypt::Keyczar::Signer Sign and Verify data using sets of symmetric or private keys. metacpan
Crypt::Keyczar::Tool metacpan
Crypt::Keyczar::Util metacpan
Crypt::Keyczar::Verifier Verify data usign sets of symmetric or asymmetric keys. metacpan
Crypt::Keyczar::Writer metacpan

Provides

Name File View
Crypt::Keyczar::AesEngine lib/Crypt/Keyczar/AesKey.pm metacpan
Crypt::Keyczar::DsaPrivateKeyEngine lib/Crypt/Keyczar/DsaPrivateKey.pm metacpan
Crypt::Keyczar::DsaPublicKeyEngine lib/Crypt/Keyczar/DsaPublicKey.pm metacpan
Crypt::Keyczar::HmacEngine lib/Crypt/Keyczar/HmacKey.pm metacpan
Crypt::Keyczar::RsaPrivateKeyEngine lib/Crypt/Keyczar/RsaPrivateKey.pm metacpan
Crypt::Keyczar::RsaPublicKeyEngine lib/Crypt/Keyczar/RsaPublicKey.pm metacpan
Crypt::Keyczar::Util::JSON lib/Crypt/Keyczar/Util.pm metacpan
Crypt::Keyczar::_KeyHash lib/Crypt/Keyczar.pm metacpan
Crypt::Keyczar::_NullSignEngine lib/Crypt/Keyczar/Key.pm metacpan

Other Files

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