libhtml-prettyprinter-perl 0.03-5 source package in Ubuntu

Changelog

libhtml-prettyprinter-perl (0.03-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 14:14:43 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhtml-prettyprinter-perl_0.03-5.dsc 2.2 KiB 91d9c37d14549ccf71a254923f7ec1fe0acc5a3d4dedbad0ebb03cc4cd8608eb
libhtml-prettyprinter-perl_0.03.orig.tar.gz 13.7 KiB 1bda2edf2cdda3c9a97cfd55ab2792f7254202b7b56b51ebaecea54ac46edab6
libhtml-prettyprinter-perl_0.03-5.debian.tar.xz 2.6 KiB dfade2b697a28db4b41ca9fe9478fcf3b9fcca2246ce0a6d7f279b93c28123df

Available diffs

No changes file available.

Binary packages built by this source

libhtml-prettyprinter-perl: module that generates nice HTML files from HTML syntax trees

 HTML::PrettyPrinter produces nicely formatted HTML code from a HTML syntax
 tree. It is especially useful if the produced HTML file shall be read or
 edited manually afterwards. Various parameters let you adapt the output to
 different styles and requirements.
 .
 If you don't care how the HTML source looks like as long as it is valid and
 readable by browsers, you should use the as_HTML() method of HTML::Element
 instead of the pretty printer. It is about five times faster.
 .
 The pretty printer will handle line wrapping, indention and structuring by
 the way the whitespace in the tree is represented in the output. Furthermore
 upper/lowercase markup and markup minimization, quoting of attribute values,
 the encoding of entities and the presence of optional end tags are
 configurable.