libtest-effects-perl 0.002000-1 source package in Ubuntu

Changelog

libtest-effects-perl (0.002000-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.002000.
  * New test and runtime dependency: libmatch-simple-perl.
  * Drop unversioned 'perl' from Depends.
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Mon, 17 Jul 2023 19:29:03 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-effects-perl_0.002000-1.dsc 2.4 KiB 571abf4254ba93e2104b05116dd78224ca8a69a935dec3d374a963d8806b16d8
libtest-effects-perl_0.002000.orig.tar.gz 15.5 KiB 8ca5c6d69f4076d34ef341400f8d2a5a87d01cb22ab5e693554b97051f6e9fc4
libtest-effects-perl_0.002000-1.debian.tar.xz 2.4 KiB 8fd8d248177555c3e364ff8e42618b9d189c62742270a032fa49f889e256d21b

Available diffs

No changes file available.

Binary packages built by this source

libtest-effects-perl: Perl module to test various effects at once

 Test::Effects allows one to test all effects of some code to be tested
 at once: return value, I/O, warnings, exceptions, etc.
 .
 Test::Effects provides a single exported subroutine: effects_ok.
 .
 This sub expects a block of code (or sub ref) as its first argument, followed
 by an optional hash ref as its second, and an optional string as its third.