File: README

package info (click to toggle)
libxml-tiny-perl 2.07-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,132 kB
  • sloc: xml: 720; perl: 185; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 271 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
This module is a minimalist parser for the useful bits of XML.  It has
no dependencies other than those supplied with perl, and is designed
to work on perl 5.004 and higher.  

To install, do the usual dance:

    perl Makefile.PL
    make
    make test
    make install