libtest-prereq-perl 2.003-3 source package in Ubuntu

Changelog

libtest-prereq-perl (2.003-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Fri, 14 Oct 2022 12:02:08 +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
libtest-prereq-perl_2.003-3.dsc 2.2 KiB d559f8b42396c8836af37d710f3ceac6ede961d877ae8a3cf1bcdd112fe16897
libtest-prereq-perl_2.003.orig.tar.gz 14.6 KiB d889ff6abf4852c4ef6c28cec1053ce3c409dfdc9c2ac99c4d8653bdb9fa2b45
libtest-prereq-perl_2.003-3.debian.tar.xz 6.2 KiB 626d643ca2af498016efefd8d27b60f8ace805dca2b590d9a4dbf8bfe989e3b5

Available diffs

No changes file available.

Binary packages built by this source

libtest-prereq-perl: Perl module to check if Makefile.PL has the right pre-requisites

 Test::Prereq examines the modules looking on blib/lib/,
 blib/script, and the test files t/* (and test.pl).
 then figures out which modules they use, skips the modules that are
 in the Perl core, and compares the remaining list of modules to those
 in the PREREQ_PM section of Makefile.PL.