libtest-useallmodules-perl 0.17-2 source package in Ubuntu

Changelog

libtest-useallmodules-perl (0.17-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Ryan Niebur from Uploaders. Thanks for your work!

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

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

 -- Jelmer Vernooij <email address hidden>  Tue, 28 Jun 2022 19:43:03 +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-useallmodules-perl_0.17-2.dsc 2.1 KiB 262b81786b41bda644267c593d305d3fd2898b5eb0e72cd694c7dc9b3a01ce92
libtest-useallmodules-perl_0.17.orig.tar.gz 4.9 KiB a71f2fe8b96ab8bfc2760aa1d3135ea049a5b20dcb105457b769a1195c7a2509
libtest-useallmodules-perl_0.17-2.debian.tar.xz 2.5 KiB 6c56ff53f71385abb7b2e413b856db07bc4c587f0f9c7c057b73db06bfe2bd39

Available diffs

No changes file available.

Binary packages built by this source

libtest-useallmodules-perl: test module to do use_ok() for all the MANIFESTed modules

 Test::UseAllModules reads MANIFEST to find modules to be tested and
 does use_ok() for each of them. Now all you have to do is update
 MANIFEST. You don't have to modify the test any more (hopefully).