Update textproc/zorba to version 2.7.0_16
[dports.git] / net / p5-Net-EPP / pkg-descr
1 EPP is the Extensible Provisioning Protocol. EPP (defined in RFC 3730) is
2 an application layer client-server protocol for the provisioning and
3 management of objects stored in a shared central repository. Specified in
4 XML, the protocol defines generic object management operations and an
5 extensible framework that maps protocol operations to objects. As of
6 writing, its only well-developed application is the provisioning of
7 Internet domain names, hosts, and related contact details.
8
9 RFC 3734 defines a TCP based transport model for EPP, and this module
10 implements a client for that model. You can establish and manage EPP
11 connections and send and receive responses over this connection.
12
13 Net::EPP::Client also provides some time-saving features, such as being
14 able to provide request and response frames as Net::EPP::Frame objects.
15
16 WWW: http://search.cpan.org/dist/Net-EPP-Client/