Net-EPP 0.27 Latest
Kwalitee Issues
- no_pax_headers
-
If you use Mac OS X >= 10.6, use gnu tar (/usr/bin/gnutar) to avoid PAX headers. It's also important to rename (shorten) long file names (>= 100 characters) in the distribution.
Error: Net-EPP-0.27/lib/Net/PaxHeader/EPP.pm,Net-EPP-0.27/lib/Net/PaxHeader/EPP.pm,Net-EPP-0.27/lib/Net/EPP/PaxHeader/Client.pm,Net-EPP-0.27/lib/Net/EPP/PaxHeader/Client.pm,Net-EPP-0.27/lib/Net/EPP/PaxHeader/Simple.pm,Net-EPP-0.27/lib/Net/EPP/PaxHeader/Simple.pm
- 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:
- MANIFEST (52) does not match dist (50):
- Missing in Dist: Net-EPP-0.27/META.json, Net-EPP-0.27/META.yml
- 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
- 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-0.27/lib/Net/EPP/Frame/Command/Update/Host.pm -- Around line 171: =pod directives shouldn't be over one line long! Ignoring all 2 lines of content Around line 191: =pod directives shouldn't be over one line long! Ignoring all 2 lines of content Net-EPP-0.27/lib/Net/EPP/Frame/Greeting.pm -- Around line 81: =cut found outside a pod block. Skipping to next block.
- 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.
- 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, Net::EPP::Frame, Net::EPP::Frame::Command, Net::EPP::Frame::Command::Check, Net::EPP::Frame::Command::Check::Contact, Net::EPP::Frame::Command::Check::Domain, Net::EPP::Frame::Command::Check::Host, Net::EPP::Frame::Command::Create, Net::EPP::Frame::Command::Create::Contact, Net::EPP::Frame::Command::Create::Domain, Net::EPP::Frame::Command::Create::Host, Net::EPP::Frame::Command::Delete, Net::EPP::Frame::Command::Delete::Contact, Net::EPP::Frame::Command::Delete::Domain, Net::EPP::Frame::Command::Delete::Host, Net::EPP::Frame::Command::Info, Net::EPP::Frame::Command::Info::Contact, Net::EPP::Frame::Command::Info::Domain, Net::EPP::Frame::Command::Info::Host, Net::EPP::Frame::Command::Login, Net::EPP::Frame::Command::Logout, Net::EPP::Frame::Command::Poll, Net::EPP::Frame::Command::Poll::Ack, Net::EPP::Frame::Command::Poll::Req, Net::EPP::Frame::Command::Renew, Net::EPP::Frame::Command::Renew::Domain, Net::EPP::Frame::Command::Transfer, Net::EPP::Frame::Command::Transfer::Contact, Net::EPP::Frame::Command::Transfer::Domain, Net::EPP::Frame::Command::Update, Net::EPP::Frame::Command::Update::Contact, Net::EPP::Frame::Command::Update::Host, Net::EPP::Frame::Greeting, Net::EPP::Frame::Hello, Net::EPP::Frame::ObjectSpec, Net::EPP::Frame::Response, Net::EPP::Protocol, Net::EPP::ResponseCodes
- 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 |
---|---|---|---|
Net::EPP | a Perl library for the Extensible Provisioning Protocol (EPP). | 0.27 | metacpan |
Net::EPP::Client | a client library for the L<TLS transport|https://www.rfc-editor.org/rfc/rfc5734.html> of the L<Extensible Provisioning Protocol (EPP)|https://www.rfc-editor.org/info/std69>. | metacpan | |
Net::EPP::Frame | An EPP XML frame system built on top of L<XML::LibXML>. | 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::Contact | an instance of L<Net::EPP::Frame::Command::Check> for contact objects. | metacpan | |
Net::EPP::Frame::Command::Check::Domain | an instance of L<Net::EPP::Frame::Command::Check> for domain names. | metacpan | |
Net::EPP::Frame::Command::Check::Host | an instance of L<Net::EPP::Frame::Command::Check> for host objects. | 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::Create::Contact | an instance of L<Net::EPP::Frame::Command::Create> for contact objects. | metacpan | |
Net::EPP::Frame::Command::Create::Domain | an instance of L<Net::EPP::Frame::Command::Create> for domain objects. | metacpan | |
Net::EPP::Frame::Command::Create::Host | an instance of L<Net::EPP::Frame::Command::Create> for host objects. | 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::Contact | an instance of L<Net::EPP::Frame::Command::Delete> for contact objects. | metacpan | |
Net::EPP::Frame::Command::Delete::Domain | an instance of L<Net::EPP::Frame::Command::Delete> for domain names. | metacpan | |
Net::EPP::Frame::Command::Delete::Host | an instance of L<Net::EPP::Frame::Command::Delete> for host objects. | 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::Contact | an instance of L<Net::EPP::Frame::Command::Info> for contact objects. | metacpan | |
Net::EPP::Frame::Command::Info::Domain | an instance of L<Net::EPP::Frame::Command::Info> for domain names. | metacpan | |
Net::EPP::Frame::Command::Info::Host | an instance of L<Net::EPP::Frame::Command::Info> for host objects. | 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::Poll::Ack | an instance of L<Net::EPP::Frame::Command> for the EPP C<<Poll>> acknowledge command. | metacpan | |
Net::EPP::Frame::Command::Poll::Req | an instance of L<Net::EPP::Frame::Command> for the EPP C<<Poll>> request 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::Renew::Domain | an instance of L<Net::EPP::Frame::Command::Renew> for domain objects. | 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::Transfer::Contact | an instance of L<Net::EPP::Frame::Command::Transfer> for contact objects. | metacpan | |
Net::EPP::Frame::Command::Transfer::Domain | an instance of L<Net::EPP::Frame::Command::Transfer> for domain objects. | metacpan | |
Net::EPP::Frame::Command::Update | an instance of L<Net::EPP::Frame::Command> for the EPP C<<update>> command. | metacpan | |
Net::EPP::Frame::Command::Update::Contact | an instance of L<Net::EPP::Frame::Command::Update> for contact objects. | metacpan | |
Net::EPP::Frame::Command::Update::Domain | an instance of L<Net::EPP::Frame::Command::Update> for domain names. | metacpan | |
Net::EPP::Frame::Command::Update::Host | an instance of L<Net::EPP::Frame::Command::Update> for host objects. | 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 objects and extensions. | metacpan | |
Net::EPP::Frame::Response | an instance of L<Net::EPP::Frame> for server responses | metacpan | |
Net::EPP::Parser | a wrapper around the LibXML parser. | metacpan | |
Net::EPP::Protocol | Low-level functions useful for both EPP clients and servers. | metacpan | |
Net::EPP::ResponseCodes | a module to export some constants that correspond to EPP response codes. | metacpan | |
Net::EPP::Simple | a simple EPP client interface for the most common jobs. | metacpan |