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

Changelog

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

  * Team upload.
  * Remove Makefile.old via debian/clean. (Closes: #1047787)

 -- gregor herrmann <email address hidden>  Thu, 07 Mar 2024 14:35:52 +0100

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-install-extratests-perl_0.008-4.dsc 2.5 KiB cbeb2ef53562f3de5bbc7af2348deccc0bc08dcd90c0c4b0da1e4f639bf5f6d2
libmodule-install-extratests-perl_0.008.orig.tar.gz 27.5 KiB 643d528490df5f4fd8c9cf6afe431d32465f2d27b24bdddc0a53b02618e57db0
libmodule-install-extratests-perl_0.008-4.debian.tar.xz 3.7 KiB 38f1b5f779d927768468e5165c27c10089274990671a9038b7c578eaf931c4d6

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.