/XML-SRS

Perl 5 / Moose / PRANG implementation of Shared Registry System (SRS) XML message format

Primary LanguagePerlArtistic License 2.0Artistic-2.0

README for XML::SRS
===================

This package in an implementation of the protocol used by the .nz
registry for registering domains.  For more information, see

  perldoc lib/XML/SRS.pm


Installing
----------
The application is designed to be installed like a CPAN module; so use
the usual:

  perl Makefile.PL
  make
  sudo make install

The CPAN module dependencies will be highlighted during the first
command. If you do not have 'sudo' installed, you can use:

  su root -c make install


License and credits
-------------------
This software development is sponsored and directed by New Zealand
Registry Services, http://www.nzrs.net.nz/

The work is being carried out by Catalyst IT,
http://www.catalyst.net.nz/

Copyright (c) 2009, 2010, NZ Registry Services.  All Rights Reserved.
This software may be used under the terms of the Artistic License 2.0.
Note that this license is compatible with both the GNU GPL and
Artistic licenses.  A copy of this license is supplied with the
distribution in the file COPYING.txt.