libpod-abstract-perl 0.20-3 source package in Ubuntu

Changelog

libpod-abstract-perl (0.20-3) unstable; urgency=medium

  * Team upload.

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

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.
  * Add libpod-parser-perl to {build,runtime} dependencies.
  * Declare compliance with Debian Policy 4.5.0.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.
  * Bump debhelper-compat to 13.

 -- gregor herrmann <email address hidden>  Sun, 17 May 2020 13:45:13 +0200

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
Jammy release universe perl

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpod-abstract-perl_0.20-3.dsc 2.4 KiB bcb33565b8f621d2d8e6e03d508b5e1add33221c8090784cf528a3fd314aca39
libpod-abstract-perl_0.20.orig.tar.gz 27.0 KiB 956ef7bb884c55456e2fb6e7f229f9a87dd50a61d700500c738db8f2ba277f87
libpod-abstract-perl_0.20-3.debian.tar.xz 3.0 KiB 8af02d657cf054b9193eef0da6106a476af9db64212bfa4b94a61b5e4d2c2b6d

Available diffs

No changes file available.

Binary packages built by this source

libpod-abstract-perl: abstract document tree for Perl POD documents

 Pod::Abstract provides an abstract, tree-based interface to POD documents. It
 allows straightforward, round-trip capable manipulation of POD documentation.
 .
 This also allows an easy tree-based mechanism to write a Pod::<format> type
 filter. The package includes a simple, and extensible, command line utility
 called "paf" (Pod::Abstract Filter). This program can chain together filter
 operations, allowing manipulation and extraction of POD documents from the
 command line.