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.

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.01/lib/Net/EPP/Frame.pm -- Around line 252: 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::Create, Net::EPP::Frame::Command::Delete, Net::EPP::Frame::Command::Info, 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

Modules

Name Abstract Version View
Net::EPP::Frame An EPP XML frame system built on top of L<XML::LibXML>. 0.01 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<<logout>> command. 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::Info metacpan
Net::EPP::Frame::Command::Login metacpan
Net::EPP::Frame::Command::Logout 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::Hello> for server responses metacpan
Net::EPP::Frame::ObjectSpec metadata about EPP object types 0.01 metacpan
Net::EPP::Frame::Response metacpan

Other Files

Makefile.PL metacpan
README metacpan