Package: xml-writer-pm
Version: 0.900
Revision: 1
Source: mirror:cpan:authors/id/J/JO/JOSEPHW/XML-Writer-%v.tar.gz
Source-Checksum: SHA256(73c8f5bd3ecf2b350f4adae6d6676d52e08ecc2d7df4a9f089fa68360d400d1f)
InfoTest: <<
	TestDepends: <<
		test-pod-coverage-pm,
		test-pod-pm
	<<
<<
Type: perl
UpdatePOD: true
DocFiles: Changes README TODO
Description: Perl module for writing XML documents
DescDetail: <<
  XML::Writer is a simple Perl module for writing XML documents: it
  takes care of constructing markup and escaping data correctly, and by
  default, it also performs a significant amount of well-formedness
  checking on the output, to make certain (for example) that start and
  end tags match, that there is exactly one document element, and that
  there are not duplicate attribute names.
<<
License: BSD
Maintainer: Dustin Cartwright <dustinac@users.sourceforge.net>
Homepage: https://metacpan.org/dist/XML-Writer/