libtest-most-perl 0.38-1 source package in Ubuntu

Changelog

libtest-most-perl (0.38-1) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.6.0, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 0.38.
  * Declare compliance with Debian Policy 4.6.1.

 -- gregor herrmann <email address hidden>  Tue, 04 Oct 2022 20:42:10 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-most-perl_0.38-1.dsc 2.6 KiB fe09d778c00375bdeef92b530134ae2ecedbcc0207e7d5029e6ca75225d332f1
libtest-most-perl_0.38.orig.tar.gz 15.8 KiB 089eb894f7bace4c37c6334e0e290eb20338ee10223af0c82cbe7281c78382df
libtest-most-perl_0.38-1.debian.tar.xz 3.3 KiB 8276cf49d3d0d30391275afdb2913e32bd22a7c0359ba193f3589d5170363ce7

Available diffs

No changes file available.

Binary packages built by this source

libtest-most-perl: Perl module with the most commonly needed test functions and features

 Test::Most provides the most commonly used testing functions and gives
 a bit more fine-grained control over your test suite.
 .
 All functions from the following modules will automatically be
 exported:
 .
  * Test::More
  * Test::Exception
  * Test::Differences
  * Test::Deep
  * Test::Warn
 .
 This is useful when one is used to most of the above modules but
 wouldn't want to bother to load them all explicitly.
 .
 Test::Most also provides a couple of routines to control tests
 behaviour in case of errors.