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

Changelog

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

  * Backup and restore MANIFEST.SKIP. (Closes: #1045992)
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.

 -- gregor herrmann <email address hidden>  Fri, 08 Mar 2024 10:50:57 +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 proposed universe perl

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-pod-perl_1.52-3.dsc 2.3 KiB 6a48bf6bac76afac125f9750cb71895cc17cbaf7cf3cf114dc1d98ca4ea493ff
libtest-pod-perl_1.52.orig.tar.gz 11.6 KiB 60a8dbcc60168bf1daa5cc2350236df9343e9878f4ab9830970a5dde6fe8e5fc
libtest-pod-perl_1.52-3.debian.tar.xz 4.1 KiB 9bac4de912a967b980d048375b17b51540a4f1283beb4a041e9cdf9cddee2031

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.