libtest-needs-perl 0.002010-1 source package in Ubuntu

Changelog

libtest-needs-perl (0.002010-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 0.002010.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sun, 29 Jan 2023 18:59:36 +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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-needs-perl_0.002010-1.dsc 2.3 KiB ede6694218a2b08a22d67d75cc39012d563a8011fe98c54c9e315d40b53b4958
libtest-needs-perl_0.002010.orig.tar.gz 17.0 KiB 923ffdc78fcba96609753e4bae26b0ba0186893de4a63cd5236e012c7c90e208
libtest-needs-perl_0.002010-1.debian.tar.xz 2.2 KiB 89655e80c514adfacff7b6849d3b7c8234564f9771f81f77414c9f2c2d3a0357

Available diffs

No changes file available.

Binary packages built by this source

libtest-needs-perl: module to skip tests when modules are not available

 Test::Needs allows one to skip test scripts if modules are not available. The
 requested modules will be loaded, and optionally have their versions checked.
 If the module is missing, the test script will be skipped. Modules that are
 found but fail to compile will exit with an error rather than skip.
 .
 If used in a subtest, the rest of the subtest will be skipped.
 .
 If the "RELEASE_TESTING" environment variable is set, the tests will
 fail rather than skip. Subtests will be aborted, but the test script
 will continue running after that point.