Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://gitlab.com/openstrike/nominet-epp
An EPP client to interface with Nominet's servers
https://gitlab.com/openstrike/nominet-epp
UK domains epp perl
Last synced: about 2 months ago
JSON representation
An EPP client to interface with Nominet's servers
- Host: gitlab.com
- URL: https://gitlab.com/openstrike/nominet-epp
- Owner: openstrike
- Created: 2019-07-30T13:05:34.693Z (over 5 years ago)
- Default Branch: master
- Last Synced: 2023-08-20T22:31:51.038Z (over 1 year ago)
- Topics: UK, domains, epp, perl
- Stars: 0
- Forks: 0
- Open Issues:
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Net::EPP::Registry::Nominet 0.11
Released: 22nd July 2024
INSTALLATION
------------To install this module you can follow the usual procedure which is:
perl Makefile.PL
make
make test
make installNote that most of the tests will be skipped unless you provide a tag and
a password for connection to the Nominet EPP Testbed. See
http://registrars.nominet.org.uk/registration-and-domain-management/registrar-systems/epp/testbed
for details of how to register for the testbed. Before running "make
test", set up the environment variables NOMTAG and NOMPASS like so:export NOMTAG=MYTAG NOMPASS=mypass
If you have the CPAN module installed then you can install the module
from the command line like so:$ cpan Net::EPP::Registry::Nominet
DESCRIPTION
-----------Net::EPP::Registry::Nominet is designed to allow synchronous management
of .uk domains.This module extends Net::EPP::Simple to cope with the unorthodox EPP
implementation currently in use by Nominet, the registry with
responsibility for the .uk namespace. It is intended to have a
compatible interface to Net::EPP::Simple so far as is practical.NEW SINCE LAST PRODUCTION VERSION
---------------------------------Test suite: remove abuse counter tests on domain check (RT 154437)
See the Changes file for a complete history.
DOCUMENTATION
-------------All of the documentation is in POD format in the module source. Once the
module has been installed you can useperldoc Net::EPP::Registry::Nominet
to read it. Alternatively, you can view the man page with
man Net::EPP::Registry::Nominet
or on the web at
https://www.perlconsultancy.com/modules/Net-EPP-Registry-Nominet.shtmlCOPYRIGHT
---------This software is copyright © 2013-2024 by Pete Houston. It is released
under the Artistic Licence (version 2) and the GNU General Public Licence
(version 2).