libtest2-harness-perl 1.000142-2 source package in Ubuntu

Changelog

libtest2-harness-perl (1.000142-2) unstable; urgency=medium

  * Team upload.
  * No-change source-only re-upload.

 -- gregor herrmann <email address hidden>  Thu, 02 Feb 2023 18:26:46 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest2-harness-perl_1.000142-2.dsc 2.9 KiB 60ad54e9b6daabc2f4915b36b5c652cb03af800a80c8bd770de1f70c8d7382ba
libtest2-harness-perl_1.000142.orig.tar.gz 388.7 KiB b5c739fd939ba3d839a09ef5968cbbf876344e09f8ac256a026445c230302ab1
libtest2-harness-perl_1.000142-2.debian.tar.xz 2.0 KiB 92aeb4ff371b2b54d9270bdb2965debaa777ff6f9064f46972079d9f0f8a2bc3

No changes file available.

Binary packages built by this source

libtest2-harness-perl: new and improved test harness with better Test2 integration

 App::Yath (Yet Another Test Harness) is an alternative to App::Prove, and
 Test2::Harness is an alternative to Test::Harness. It is not designed to
 replace Test::Harness/prove. Test2::Harness is designed to take full
 advantage of the rich data Test2 can provide. Test2::Harness is also able to
 use non-core modules and provide more functionality than prove can achieve
 with its restrictions.
 .
 Test2::Harness is the backend code that handles running/processing the tests.
 In general a user will not use it directly, instead you should probably be
 looking at App::Yath which is the UI layer built around Test2::Harness.
 .
 To use Test2::Harness, you use the yath command. Yath will find the tests (or
 use the ones you specify) and run them. As it runs, it will output diagnostic
 information such as failures. At the end, yath will print a summary of the
 test run.