libhtml-table-perl 2.08a-5 source package in Ubuntu

Changelog

libhtml-table-perl (2.08a-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libhtml-table-perl: Add Multi-Arch: foreign.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.
  * Update standards version to 4.6.1, no changes needed.

  [ gregor herrmann ]
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.

 -- gregor herrmann <email address hidden>  Sun, 22 Jan 2023 23:08:30 +0100

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-table-perl_2.08a-5.dsc 2.3 KiB 494dd4337eb94124e84caff832d6fe76812fed478c2a70de1e78efc1bfa391a5
libhtml-table-perl_2.08a.orig.tar.gz 23.4 KiB f6dd9066cde6a818a2c0eb2bcfdb6e5ef3de030fff6beeadfff3732ef1c32805
libhtml-table-perl_2.08a-5.debian.tar.xz 3.7 KiB f6561ed1badc6cf29b7d4dcb351f8e69059b0b496e3121b50ad44bff31aea093

Available diffs

No changes file available.

Binary packages built by this source

libhtml-table-perl: Perl module for creating HTML tables

 HTML::Table is used to generate HTML tables for
 CGI scripts. By using the methods provided fairly
 complex tables can be created, manipulated, then printed
 from Perl scripts. The module also greatly simplifies
 creating tables within tables from Perl. It is possible
 to create an entire table using the methods provided and
 never use an HTML tag.
 .
 HTML::Table also allows for creating dynamically sized
 tables via its addRow and addCol methods. These methods
 automatically resize the table if passed more cell values
 than will fit in the current table grid.
 .
 Methods are provided for nearly all valid table, row, and
 cell tags specified for HTML 3.0.