libtext-formattable-perl 1.03-3 source package in Ubuntu

Changelog

libtext-formattable-perl (1.03-3) unstable; urgency=medium

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

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Apply multi-arch hints. + libtext-formattable-perl: Add Multi-Arch: foreign.
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Sun, 20 Nov 2022 12:39:30 +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
libtext-formattable-perl_1.03-3.dsc 2.2 KiB 898bf659692900b5c35ea586f708c3ab86e3fa7efdacfee06fca1e2d74d71fd5
libtext-formattable-perl_1.03.orig.tar.gz 5.6 KiB 587e94aaef1a80dab520770e18075a41b7e59add95bf6dd817bd4059b902799f
libtext-formattable-perl_1.03-3.debian.tar.xz 3.3 KiB 141443e876f928fdca53c478249551253770feeb3382bb088398b3476b5cfbb7

Available diffs

No changes file available.

Binary packages built by this source

libtext-formattable-perl: Perl module to format text tables

 Text::FormatTable renders simple tables as text. You pass to the constructor
 (new) a table format specification similar to LaTeX (e.g. r|l|l) and you
 call methods to fill the table data and insert rules. After the data is filled,
 you call the render method and the table gets formatted as text.