XML::EPP CHANGES
This POD file documents a summary of the changes in XML::EPP. For the full list of changes, refer to the git history.
VERSION 0.05 - UNRELEAED
Lots of automatically generated boilerplate, but hopefully useful documentation for the classes. This is the start of a JavaDoc-like system for automatically including documentation on the available attributes in a class based on the definitions.
Initial support for RFC3915: Registrar Grace Period, see XML::EPP::Grace
Start to use
MooseX::StrictConstructor
(incomplete; needs to be added to all classes)
VERSION 0.04 - 26 JUNE 2010
Fixes for Info/Contact Response (what is required/optional)
Use MooseX::StrictConstructor to help when generating classes
Helpers to various PRANG classes
Fix POD for XML Schema Definitions
Initial setup of Pod for most Domain/Host/Contact classes
Added make-docs.pl
Load all XML::EPP::Domain/Host/Contact classes
VERSION 0.03 - 7 May 2010
Implementations of both the RFC5731 Domain mapping and the RFC5733 Contact mapping. This should mean that PRANG now parses and emits all of core EPP standard object types.
Relax some incorrect version requirements (perl 5.10.1 is not required!), and add a missing dependency that was causing many CPAN testers failures.
Some (backwards-incompatible, but forewarned) API changes relating to renaming attributes from their XML forms to more perlish names. eg
clTRID
becomesclient_id
VERSION 0.02 - 26 Apr 2010
An implementation of the RFC5732 host mapping. Currently undocumented, but the PRANG::XMLSchema::Guide shipped with PRANG 0.07 describes in detail the construction of this mapping.
API "stabilization" of various classes relating to
greeting
messages; XML::EPP::DCP, XML::EPP::GreetingXML::EPP::Result now automatically sets the
msg
property based on the result code.
SEE ALSO
COPYRIGHT
Copyright 2010, NZ Registry Services. This documentation is licensed under the Artistic License v2.0, which permits relicensing under other Free Software licenses.