NAME

Bundle::Net::EPP - A bundle to install all EPP related modules.

SYNOPSIS

cpan -i Bundle::Net::EPP

CONTENTS

IO::Socket::SSL - Nearly transparent SSL encapsulation for IO::Socket::INET XML::LibXML - Perl Binding for libxml2 Net::EPP::Client - a client library for the TCP transport for EPP, the Extensible Provisioning Protocol Net::EPP::Frame - An EPP XML frame system built on top of XML::LibXML. Net::EPP::Proxy - a proxy server for the EPP protocol Net::EPP::ResponseCodes - a module to export some constants that correspond to EPP response codes Net::EPP::Simple - a simple EPP client interface for the most common jobs

DESCRIPTION

EPP is the Extensible Provisioning Protocol. EPP (defined in RFC 4930) is an application layer client-server protocol for the provisioning and management of objects stored in a shared central repository. Specified in XML, 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.

A number of EPP-related modules are available via CPAN; this bundle will allow you to install them all in one fell swoop.

AUTHOR

CentralNic Ltd (http://www.centralnic.com/).

COPYRIGHT

This module is (c) 2007 CentralNic Ltd. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO