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

..03-May-2022-

lib/XML/H17-Aug-2017-497125

t/H03-May-2022-2,7562,439

CHANGELOGH A D17-Aug-2017424 4623

MANIFESTH A D17-Aug-20175.5 KiB234233

MANIFEST.SKIPH A D21-Nov-201419 32

META.jsonH A D17-Aug-20171.1 KiB5049

META.ymlH A D17-Aug-2017632 2625

Makefile.PLH A D23-Feb-2015418 1714

READMEH A D23-Jul-2011271 118

README

1This module is a minimalist parser for the useful bits of XML.  It has
2no dependencies other than those supplied with perl, and is designed
3to work on perl 5.004 and higher.
4
5To install, do the usual dance:
6
7    perl Makefile.PL
8    make
9    make test
10    make install
11