libtest-pod-perl 1.52-2 source package in Ubuntu

Changelog

libtest-pod-perl (1.52-2) unstable; urgency=medium

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

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Submit, Repository, Repository-
    Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.1.5, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sun, 04 Dec 2022 15:22:46 +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
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-pod-perl_1.52-2.dsc 2.0 KiB be1d2e179de7b4276200f5dc632f4d6356a63d2ee6665db3607bdb1f46867c33
libtest-pod-perl_1.52.orig.tar.gz 11.6 KiB 60a8dbcc60168bf1daa5cc2350236df9343e9878f4ab9830970a5dde6fe8e5fc
libtest-pod-perl_1.52-2.debian.tar.xz 3.9 KiB eefcfe9ee6bf703cd790626ddb9bf98ce50e97104f0503826e301529c2ab2924

Available diffs

No changes file available.

Binary packages built by this source

libtest-pod-perl: module to test for POD errors

 Test::Pod is a simple test for Perl's Plain Old Documentation (POD) format. It
 checks your distribution's module, script and documentation files for issues
 with the documentation syntax. In the CPAN community, it is considered a best
 practice to use this module as an author test prior to releasing your packages
 because it prevents issues with various applications that use the POD.