libtest2-harness-perl 1.000151-1 source package in Ubuntu

Changelog

libtest2-harness-perl (1.000151-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 1.000151.

 -- gregor herrmann <email address hidden>  Sun, 12 Mar 2023 18:51:30 +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

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest2-harness-perl_1.000151-1.dsc 2.9 KiB d669ea4587ce4c8b8baa7eade6986e5818f379e3b817dbb6c2870b285fd48af8
libtest2-harness-perl_1.000151.orig.tar.gz 395.2 KiB 8e751d4881c0b10db15820516192e4d287fe8bf7db90830f217c9b957e6cf7f1
libtest2-harness-perl_1.000151-1.debian.tar.xz 2.4 KiB 93bd142d8a058ee6741dd0f742badc546c9562955108d15dde1ed58d6e598f75

Available diffs

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.