libtest-is-perl 20140823.1-3 source package in Ubuntu

Changelog

libtest-is-perl (20140823.1-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libtest-is-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 20:57:55 +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-is-perl_20140823.1-3.dsc 2.1 KiB 0a067bfbd601839f8158b40a9a8cec4e52d69f252e989ce322a80cdf3de94932
libtest-is-perl_20140823.1.orig.tar.gz 12.7 KiB fb9a959b7004d629f20d45c9965de59e80f46ab50453906bd1a97ff656419dbe
libtest-is-perl_20140823.1-3.debian.tar.xz 2.1 KiB baa078b306a0efb0ce1c3893ac3e29bcf89f91b3ede01fcce4c4cfe0a2798375

Available diffs

No changes file available.

Binary packages built by this source

libtest-is-perl: Perl module to skip tests in a declarative way

 Test::Is is a simple way of following the specifications of the environment
 variables available for Perl tests as defined as one of the "Lancaster
 Consensus" at Perl QA Hackathon 2013. Those variables (NONINTERACTIVE_TESTING,
 EXTENDED_TESTING) define which tests should be skipped.
 .
 If the environment does not match what the author of the test expected, the
 complete test is skipped (in the same way as use Test::More skip_all => ...).