https://github.com/zag/p5-xml-exton
The handler for expansion of Perl SAX by objects
https://github.com/zag/p5-xml-exton
Last synced: 9 months ago
JSON representation
The handler for expansion of Perl SAX by objects
- Host: GitHub
- URL: https://github.com/zag/p5-xml-exton
- Owner: zag
- Created: 2015-12-05T16:18:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T12:50:44.000Z (about 9 years ago)
- Last Synced: 2025-04-14T22:34:51.804Z (about 1 year ago)
- Language: Perl
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
#$Id$
XML::ExtOn
========================
XML::ExtOn - The handler for expansion of Perl SAX by objects.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires Perl 5.008001 or greater and libraries:
* XML::SAX
* Tie::UnionHash
AUTHOR
Zahatski Aliaksandr
zag@cpan.org
COPYRIGHT AND LICENCE
Copyright (C) 2007-2009 Zahatski Aliaksandr
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.