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

Changelog

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

  * Team upload.
  * Import upstream version 1.000155.
  * Drop unneeded version constraints from (build) dependencies.

 -- gregor herrmann <email address hidden>  Wed, 04 Oct 2023 21:21:11 +0200

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest2-harness-perl_1.000155-1.dsc 2.8 KiB 2d2ef2b7df56d533e4342e98009ab21902ba25ad3ecc52c1f501180458d326aa
libtest2-harness-perl_1.000155.orig.tar.gz 396.4 KiB 1ef8bf7ae0ca00b687bb6e115f3ab8c95048e480ac9ae53297369bc694a4738b
libtest2-harness-perl_1.000155-1.debian.tar.xz 2.5 KiB 4d1e3257ed8f604722c5b406202556e37adaca91f03c843b32da990fed19e369

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.