A perl library for the extensible provisioning protocol (epp)
\s-1EPP\s0 is the Extensible Provisioning Protocol. \s-1EPP\s0 (defined in \s-1RFC\s0 5730) is an application layer client-server protocol for the provisioning and management of objects stored in a shared central repository. Specified in \s-1XML\s0, the protocol defines generic object management operations and an extensible framework that maps protocol operations to objects. As of writing, its only well-developed application is the provisioning of Internet domain names, hosts, and related contact details.
This project offers a number of Perl modules which implement various EPP-related functions:
a low level protocol implementation (Net::EPP::Protocol)
a low-level client (Net::EPP::Client)
a high-level client (Net::EPP::Simple)
an \s-1EPP\s0 frame builder (Net::EPP::Frame)
a utility library to export \s-1EPP\s0 responde codes (Net::EPP::ResponseCodes)
These modules were originally created and maintained by CentralNic for use by their own registrars, but since their original release have become widely used by registrars and registries of all kinds.
CentralNic has chosen to create this project to allow interested third parties to contribute to the development of these libraries, and to guarantee their long-term stability and maintenance.
CentralNic Ltd (http://www.centralnic.com/), with the assistance of other contributors around the world, including (but not limited to):
Please email any bug reports to [email protected].
Google Code Project page: http://code.google.com/p/perl-net-epp <http://code.google.com/p/perl-net-epp>
This module is (c) 2012 CentralNic Ltd. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.