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

Changelog

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

  [ Debian Janitor ]
  * Move libmodule-build-perl from Build-Depends-Indep to Build-Depends.

 -- Jelmer Vernooij <email address hidden>  Thu, 30 Jun 2022 09:25:09 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-prereq-perl_2.003-2.dsc 2.2 KiB 7bc107b4d80910159422481063a42c1346f9ca4617bb6244fae94e3e6e3b4222
libtest-prereq-perl_2.003.orig.tar.gz 14.6 KiB d889ff6abf4852c4ef6c28cec1053ce3c409dfdc9c2ac99c4d8653bdb9fa2b45
libtest-prereq-perl_2.003-2.debian.tar.xz 6.1 KiB cc91d558c3fea2a15b4abe5854fbf35c6102d402c862abd896dad100e233f71b

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.