Source: libhtml-stream-perl Maintainer: Debian Perl Group Uploaders: Dominic Hargreaves Section: perl Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhtml-stream-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libhtml-stream-perl.git Homepage: https://metacpan.org/release/HTML-Stream Testsuite: autopkgtest-pkg-perl Package: libhtml-stream-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: HTML output stream class, and some markup utilities The HTML::Stream module provides you with an object-oriented (and subclassable) way of outputting HTML. Basically, you open up an "HTML stream" on an existing filehandle, and then do all of your output to the HTML stream. You can intermix HTML-stream-output and ordinary-print-output, if you like.