Source: libxml-writer-string-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Danai SAE-HAN (韓達耐) Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/XML-Writer-String/ Package: libxml-writer-string-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Capture output from XML::Writer XML::Writer::String 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 specific purpose of providing the required print() method. . It is recommended that $writer->end() is called prior to calling $s->value() to check for well-formedness.