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

..03-May-2022-

t/H31-Jan-2003-281221

ChangesH A D31-Jan-2003212 127

MANIFESTH A D24-Jan-200378 88

Makefile.PLH A D24-Jan-2003420 1612

Quote.pmH A D31-Jan-20033 KiB12827

Quote.xsH A D31-Jan-20038.4 KiB487338

READMEH A D25-Jan-2003513 2417

README

1Module: XML::Quote
2
3Description:
4    XML::Quote provides functions to quote/dequote strings in "xml"-way.
5
6Copying:
7    Copyright 2003 Sergey Skvortsov. All rights reserved.
8
9    This program is free software; you can redistribute it and/or modify
10    it under the same terms as Perl itself.
11
12Prerequisites:
13    perl 5.005_03
14
15Build/Installation:
16    Standard build/installation supported by ExtUtils::MakeMaker(3)...
17	perl Makefile.PL
18	make
19	make test
20	make install
21
22Author:
23    Sergey Skvortsov <skv@protey.ru>
24