libmodule-install-extratests-perl 0.008-3 source package in Ubuntu

Changelog

libmodule-install-extratests-perl (0.008-3) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/*: update URLs from {search,www}.cpan.org to MetaCPAN.

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository.
  * Bump debhelper dependency to >= 9, since that's what is used in debian/compat.
  * Bump debhelper from deprecated 9 to 10.
  * Update standards version to 4.1.5, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Tue, 06 Dec 2022 12:49:09 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-install-extratests-perl_0.008-3.dsc 2.3 KiB d866ed16bff2411819d8c1327f6cb064003a83a7b42ccbdf4eb4ec1d23d25738
libmodule-install-extratests-perl_0.008.orig.tar.gz 27.5 KiB 643d528490df5f4fd8c9cf6afe431d32465f2d27b24bdddc0a53b02618e57db0
libmodule-install-extratests-perl_0.008-3.debian.tar.xz 3.6 KiB b1e15561b85134e0b7d8dc7b060c264c8a7838f8d5a3bc4b22171a510dccb562

Available diffs

No changes file available.

Binary packages built by this source

libmodule-install-extratests-perl: contextual tests that the harness can ignore

 Module::Install::ExtraTests adds one Module::Install command:
 .
  extra_tests;
 .
 This declares that the test files found in the directory ./xt should be
 run only in certain instances:
 .
  ./xt/author - run when tests are being run in an author's working copy
  ./xt/smoke - run when the dist is being smoked (AUTOMATED_TESTING=1)
  ./xt/release - run during "make disttest"
 .
 These directories are recurisvely scanned for *.t files. If any
 directories or files exist in ./xt that are not recognized, the
 Makefile.PL will die.