summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Writer-String/DESCR
blob: bb52aba59a41e4d3eb00b9b3c8ca7272294abbec (plain)
1
2
3
4
5
6
This module implements a bare-bones class specifically for
the purpose of capturing data from the XML::Writer module.
XML::Writer expects an IO::Handle object and writes XML
data to the specified object (or STDOUT) via it's print()
method.  This module simulates such an object for the spe-
cific purpose of providing the required print() method.