Kwalitee Issues

has_manifest

Add a MANIFEST to the distribution. Your buildtool should be able to autogenerate it (eg "make manifest" or "./Build manifest")

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.

buildtool_not_executable

Change the permissions of Build.PL/Makefile.PL to not-executable.

manifest_matches_dist

Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.

Error: Cannot find MANIFEST in dist.

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: Net::EPP::Frame::Greeting, Net::EPP::Frame::Hello, Net::EPP::Frame::Response

prereq_matches_use

List all used modules in META.yml requires

Error:

  • XML::LibXML
  • XML::LibXML::Document

no_pod_errors

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

Error: Net-EPP-Frame-0.03/lib/Net/EPP/Frame.pm -- Around line 263: Deleting unknown formatting code W<>

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: Net::EPP::Frame, Net::EPP::Frame::Command, Net::EPP::Frame::Command::Check, Net::EPP::Frame::Command::Check::Domain, Net::EPP::Frame::Command::Create, Net::EPP::Frame::Command::Delete, Net::EPP::Frame::Command::Delete::Domain, Net::EPP::Frame::Command::Info, Net::EPP::Frame::Command::Info::Domain, Net::EPP::Frame::Command::Login, Net::EPP::Frame::Command::Logout, Net::EPP::Frame::Command::Poll, Net::EPP::Frame::Command::Renew, Net::EPP::Frame::Command::Transfer, Net::EPP::Frame::Command::Update, Net::EPP::Frame::Greeting, Net::EPP::Frame::Hello, Net::EPP::Frame::ObjectSpec, Net::EPP::Frame::Response

consistent_version

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

Error: 0.01,0.03

Modules

Name Abstract Version View
Net::EPP::Frame An EPP XML frame system built on top of L<XML::LibXML>. 0.03 metacpan
Net::EPP::Frame::Command an instance of L<Net::EPP::Frame> for client commands metacpan
Net::EPP::Frame::Command::Check an instance of L<Net::EPP::Frame::Command> for the EPP C<<check>> command. metacpan
Net::EPP::Frame::Command::Check::Domain an instance of L<Net::EPP::Frame::Command::Check> for domain names. metacpan
Net::EPP::Frame::Command::Create an instance of L<Net::EPP::Frame::Command> for the EPP C<<create>> command. metacpan
Net::EPP::Frame::Command::Delete an instance of L<Net::EPP::Frame::Command> for the EPP C<<delete>> command. metacpan
Net::EPP::Frame::Command::Delete::Domain an instance of L<Net::EPP::Frame::Command::Delete> for domain names. metacpan
Net::EPP::Frame::Command::Info an instance of L<Net::EPP::Frame::Command> for the EPP C<<info>> command. metacpan
Net::EPP::Frame::Command::Info::Domain an instance of L<Net::EPP::Frame::Command::Info> for domain names. metacpan
Net::EPP::Frame::Command::Login an instance of L<Net::EPP::Frame::Command> for the EPP C<<login>> command. metacpan
Net::EPP::Frame::Command::Logout an instance of L<Net::EPP::Frame::Command> for the EPP C<<logout>> command. metacpan
Net::EPP::Frame::Command::Poll an instance of L<Net::EPP::Frame::Command> for the EPP C<<Poll>> command. metacpan
Net::EPP::Frame::Command::Renew an instance of L<Net::EPP::Frame::Command> for the EPP C<<renew>> command. metacpan
Net::EPP::Frame::Command::Transfer an instance of L<Net::EPP::Frame::Command> for the EPP C<<transfer>> command. metacpan
Net::EPP::Frame::Command::Update an instance of L<Net::EPP::Frame::Command> for the EPP C<<update>> command. metacpan
Net::EPP::Frame::Greeting an instance of L<Net::EPP::Frame> for server greetings metacpan
Net::EPP::Frame::Hello an instance of L<Net::EPP::Frame> for client greetings metacpan
Net::EPP::Frame::ObjectSpec metadata about EPP object types 0.01 metacpan
Net::EPP::Frame::Response an instance of L<Net::EPP::Frame> for server responses metacpan

Other Files

Makefile.PL metacpan
README metacpan