The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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>