GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::EPP(3) User Contributed Perl Documentation Net::EPP(3)

Net::EPP - a Perl library for the Extensible Provisioning Protocol (EPP).

EPP is the Extensible Provisioning Protocol. EPP (defined in STD 69 <https://www.rfc-editor.org/info/std69>) 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.

This package 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(er)-level client (Net::EPP::Simple);
  • an EPP frame builder (Net::EPP::Frame);
  • a utility library to export EPP response codes (Net::EPP::ResponseCodes).

  • Net::EPP::Server - an EPP server implementation.
  • App::pepper - a command-line EPP client.

This module is maintained by Gavin Brown <https://metacpan.org/author/GBROWN>, with the assistance of other contributors around the world, including (but not limited to):

  • Rick Jansen
  • Mike Kefeder
  • Sage Weil
  • Eberhard Lisse
  • Yulya Shtyryakova
  • Ilya Chesnokov
  • Simon Cozens
  • Patrick Mevzek
  • Alexander Biehl
  • Christian Maile
  • Tony Finch

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.

2025-04-16 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.