.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "Net::EPP 3pm" .TH Net::EPP 3pm 2024-04-27 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME Net::EPP \- a Perl library for the Extensible Provisioning Protocol (EPP). .SH DESCRIPTION .IX Header "DESCRIPTION" EPP is the Extensible Provisioning Protocol. EPP (defined in STD 69 ) 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 domain names, hosts, and related contact details. .PP This package offers a number of Perl modules which implement various EPP\- related functions: .IP \(bu 4 a low-level protocol implementation (Net::EPP::Protocol); .IP \(bu 4 a low-level client (Net::EPP::Client); .IP \(bu 4 a high(er)\-level client (Net::EPP::Simple); .IP \(bu 4 an EPP frame builder (Net::EPP::Frame); .IP \(bu 4 a utility library to export EPP response codes (Net::EPP::ResponseCodes). .SH "SEE ALSO" .IX Header "SEE ALSO" .IP \(bu 4 Net::EPP::Server \- an EPP server implementation. .IP \(bu 4 App::pepper \- a command-line EPP client. .SH AUTHORS .IX Header "AUTHORS" This module is maintained by Gavin Brown , with the assistance of other contributors around the world, including (but not limited to): .IP \(bu 4 Rick Jansen .IP \(bu 4 Mike Kefeder .IP \(bu 4 Sage Weil .IP \(bu 4 Eberhard Lisse .IP \(bu 4 Yulya Shtyryakova .IP \(bu 4 Ilya Chesnokov .IP \(bu 4 Simon Cozens .IP \(bu 4 Patrick Mevzek .IP \(bu 4 Alexander Biehl .IP \(bu 4 Christian Maile .IP \(bu 4 Tony Finch .SH COPYRIGHT .IX Header "COPYRIGHT" This module is (c) 2008 \- 2023 CentralNic Ltd and 2024 Gavin Brown. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.