libtest-script-run-perl 0.08-4 source package in Ubuntu

Changelog

libtest-script-run-perl (0.08-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libtest-script-run-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 08 Dec 2022 21:33:03 +0000

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-script-run-perl_0.08-4.dsc 2.2 KiB f6d3bf6875699c22c6cf7a9fa16b32ff424ff4bdfe912ce3158ba81794182495
libtest-script-run-perl_0.08.orig.tar.gz 32.4 KiB 1fef216e70bc425ace3e2c4370dfcdddb5e798b099efba2679244a4d5bc1ab0a
libtest-script-run-perl_0.08-4.debian.tar.xz 2.4 KiB 154ac920cc0aa888b10863c3b1d492dfa97077aa99edcca88461d36552dbc9c1

Available diffs

No changes file available.

Binary packages built by this source

libtest-script-run-perl: Perl module for testing scripts as subprocesses

 Test::Script::Run provides Test::More-compatible subroutines for testing
 scripts in a Perl module distribution's bin/ directory using IPC::Run3 to
 spawn the scripts as subprocesses.
 .
 Subroutines are provided for running scripts and simply checking that the
 return value is good, as well as capturing a script's STDOUT and STDERR and
 comparing against expected output.