https://github.com/catalyst/prang
XML graph engine - XML to Moose objects and back
https://github.com/catalyst/prang
Last synced: 8 months ago
JSON representation
XML graph engine - XML to Moose objects and back
- Host: GitHub
- URL: https://github.com/catalyst/prang
- Owner: catalyst
- License: artistic-2.0
- Created: 2009-12-09T04:05:23.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2023-01-29T09:06:26.000Z (over 3 years ago)
- Last Synced: 2025-04-05T00:51:15.342Z (about 1 year ago)
- Language: Perl
- Homepage:
- Size: 291 KB
- Stars: 4
- Watchers: 8
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: COPYING.txt
Awesome Lists containing this project
README
README for PRANG
================
This package in an implementation of an XML graph engine - for
converting XML documents to Moose objects and back. See the manual
page for more information:
perldoc lib/PRANG.pm
Installing
----------
Installation proceeds as a regular 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
-------------------
Initial software development was sponsored and directed by New Zealand
Registry Services, http://www.nzrs.net.nz/ . The work was carried out
by Catalyst IT, http://www.catalyst.net.nz/ .
Copyright (c) 2009-2011, 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.