File: README

package info (click to toggle)
libxml-structured-perl 1.3%2Bgit20220429-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 148 kB
  • sloc: perl: 863; makefile: 5
file content (28 lines) | stat: -rw-r--r-- 544 bytes parent folder | download
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.