1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
DESCRIPTION
XML::Structured - simple conversion API from XML to perl structures
and back
PREREQUISITES
XML::Structured requires either XML::Parser or XML::SAX.
BUILDING/INSTALLING
Once the archive is unpacked, use these commands:
perl Makefile.PL
make
make install
VERSION
This is version 1.3 of XML::Structured
LICENSE
Copyright 2006-2019 Michael Schroeder mls@suse.de
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
|