https://github.com/salva/p5-xml-fromperl
Generate XML from simple Perl data structures
https://github.com/salva/p5-xml-fromperl
Last synced: 3 months ago
JSON representation
Generate XML from simple Perl data structures
- Host: GitHub
- URL: https://github.com/salva/p5-xml-fromperl
- Owner: salva
- Created: 2017-07-17T15:27:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-22T15:00:24.000Z (almost 6 years ago)
- Last Synced: 2023-03-10T19:41:08.193Z (about 2 years ago)
- Language: Perl
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
XML-FromPerl
============Generate XML documents using simple Perl data structures.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installDEPENDENCIES
This module requires these other modules and libraries:
XML::LibXML
Tie::IxHash (optional)COPYRIGHT AND LICENCE
Copyright (C) 2017 by Salvador Fandino
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.24.1 or,
at your option, any later version of Perl 5 you may have available.