libhtml-encoding-perl 0.61-3 source package in Ubuntu

Changelog

libhtml-encoding-perl (0.61-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.1.5, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Tue, 06 Dec 2022 22:06:49 +0000

Upload details

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

See full publishing history Publishing

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhtml-encoding-perl_0.61-3.dsc 2.2 KiB 4635ad37c8ada8d3d9cf2f25b9837ff5e985e8acc624e8887c588ba042cff24d
libhtml-encoding-perl_0.61.orig.tar.gz 13.2 KiB 008981f868a151be41cdfded28daa37f7029b51e57c75c976b24ead91f401a68
libhtml-encoding-perl_0.61-3.debian.tar.xz 2.8 KiB 389f4de955e9e2256ce18a37effa8adadce5e8fb3b4b1fd98621c491804c3056

Available diffs

No changes file available.

Binary packages built by this source

libhtml-encoding-perl: perl module determining the encoding of HTML/XML/XHTML documents

 HTML::Encoding helps to determine the encoding of HTML and XML/XHTML
 documents. It can export the following functions:
 .
  encoding_from_content - Extracts charset from the Content-Type header value.
  encoding_from_byte_order_mark - Read byte order mark from an octet sequence.
  encoding_from_xml_declaration - Extract encoding XML or text declaration.
  encoding_from_first_chars - Can be useful to distinguish UTF-16LE from UTF-8.
  encoding_from_meta_element - Looks at <meta http-equiv=Content-Type.....>.
  encoding_from_xml_document - A best guess from a list of suspected encodings.
  encoding_from_html_document - A best guess from a list of suspected encodings.
  encoding_from_http_message - Takes an HTTP::Message and returns the encoding.