Kwalitee Issues

has_readme

Add a README to the distribution. It should contain a quick description of your module and how to install it.

has_meta_yml

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

has_changelog

Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.

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::RSA, Crypt::RSA::DataFormat

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Crypt::Primes
  • Crypt::Random
  • Digest::SHA1
  • Math::Pari
  • Tie::EncryptedHash

no_pod_errors

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

Error: Crypt-RSA-1.23/lib/Crypt/RSA/EME/OAEP.pm -- Around line 213: You forgot a '=back' before '=head1' Crypt-RSA-1.23/lib/Crypt/RSA/Key.pm -- Around line 159: You forgot a '=back' before '=head1' Crypt-RSA-1.23/lib/Crypt/RSA/SSA/PSS.pm -- Around line 204: You forgot a '=back' before '=head2' Around line 220: You forgot a '=back' before '=head1' Crypt-RSA-1.23/lib/Crypt/RSA.pm -- Around line 125: =over without closing =back

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.

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::RSA, Crypt::RSA::DataFormat, Crypt::RSA::Debug, Crypt::RSA::EME::OAEP, Crypt::RSA::Errorhandler, Crypt::RSA::Key, Crypt::RSA::Key::Private, Crypt::RSA::Key::Public, Crypt::RSA::Primitives, Crypt::RSA::SSA::PSS

test_prereq_matches_use

List all modules used in the test suite in META.yml test_requires

Error:

  • Math::Pari

consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 1.23,1.6

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::RSA RSA public-key cryptosystem. 1.23 metacpan
Crypt::RSA::DataFormat Data creation, conversion and reporting primitives. metacpan
Crypt::RSA::Debug Debug routine for Crypt::RSA. metacpan
Crypt::RSA::EME::OAEP Plaintext-aware encryption with RSA. metacpan
Crypt::RSA::Errorhandler Parent class for Crypt::RSA::*, provides error handling capabilities. metacpan
Crypt::RSA::Key RSA Key Pair Generator. 1.6 metacpan
Crypt::RSA::Key::Private RSA Private Key Management. metacpan
Crypt::RSA::Key::Public RSA Public Key Management. metacpan
Crypt::RSA::Primitives RSA encryption, decryption, signature and verification primitives. metacpan
Crypt::RSA::SSA::PSS Probablistic Signature Scheme based on RSA. metacpan

Other Files

MANIFEST metacpan
Makefile.PL metacpan