• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/XML/H24-Nov-2009-801266

t/H24-Nov-2009-175125

ChangesH A D24-Nov-20093.2 KiB8973

MANIFESTH A D24-Nov-2009462 2120

META.ymlH A D24-Nov-2009554 2524

Makefile.PLH A D24-Nov-2009355 1211

READMEH A D14-Aug-2009680 2920

README

1XML::Elemental is a SAX-driven parser and generic classes package
2for simplistic and perlish handling of XML data.
3
4INSTALLATION
5
6To install this module type the following:
7
8   perl Makefile.PL
9   make
10   make test
11   make install
12
13DEPENDENCIES
14
15This module requires these other modules and libraries:
16	XML::SAX
17        Scalar::Util
18	Test::More
19	Task::Weaken 1.02 # install only
20
21COPYRIGHT AND LICENSE
22
23The software is released under the Artistic License. The terms of
24the Artistic License are described at
25http://www.perl.com/language/misc/Artistic.html. Except where
26otherwise noted, XML::Elemental is Copyright 2004-2008, Timothy Appnel,
27tima@cpan.org. All rights reserved.
28
29