File: README

package info (click to toggle)
libxml-quote-perl 1.02-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 84 kB
  • sloc: perl: 259; makefile: 3
file content (23 lines) | stat: -rw-r--r-- 513 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Module: XML::Quote

Description:
    XML::Quote provides functions to quote/dequote strings in "xml"-way.

Copying:
    Copyright 2003 Sergey Skvortsov. All rights reserved.

    This program is free software; you can redistribute it and/or modify
    it under the same terms as Perl itself.

Prerequisites:
    perl 5.005_03

Build/Installation:
    Standard build/installation supported by ExtUtils::MakeMaker(3)...
	perl Makefile.PL
	make
	make test
	make install

Author:
    Sergey Skvortsov <skv@protey.ru>