https://github.com/zag/p5-xml-flow
Store (restore) perl data structures in XML stream
https://github.com/zag/p5-xml-flow
Last synced: 8 months ago
JSON representation
Store (restore) perl data structures in XML stream
- Host: GitHub
- URL: https://github.com/zag/p5-xml-flow
- Owner: zag
- Created: 2015-12-05T16:25:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-05T16:25:34.000Z (about 10 years ago)
- Last Synced: 2025-04-14T20:17:41.635Z (8 months ago)
- Language: Perl
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
XML-Flow version 0.86
=====================
XML::Flow - Store (restore) perl data structures in XML stream.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
XML::Parser;
XML::Writer;
COPYRIGHT AND LICENCE
Copyright (C) 2006-2010 by Zahatski Aliaksandr
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.