libtest2-tools-command-perl 0.20-2 source package in Ubuntu

Changelog

libtest2-tools-command-perl (0.20-2) unstable; urgency=medium

  * no-changes source-only upload to enable testing migration

 -- Jonas Smedegaard <email address hidden>  Sun, 15 Jan 2023 13:00:14 +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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest2-tools-command-perl_0.20-2.dsc 2.2 KiB 67e3257746143d27bd2a0def94860707d3ce533b9c1d93ae953e0145492b9b13
libtest2-tools-command-perl_0.20.orig.tar.gz 12.6 KiB c466468854bbf5f35222aecb987d596267de1f25c73aef8149cde11c58456858
libtest2-tools-command-perl_0.20-2.debian.tar.xz 3.1 KiB b541097d9fd650d0119b5c227a9d7d16067b87ff26c47c658e448f4152d581c8

No changes file available.

Binary packages built by this source

libtest2-tools-command-perl: test simple unix commands

 Test2::Tools::Command tests
 that commands given particular arguments result in particular outputs
 by way of the exit status word, standard output, and standard error.
 Various parameters to the command function alter
 exactly how this is done,
 in addition to variables that can be set.
 .
 The commands are expected to be simple,
 for example filters that maybe accept standard input
 and respond with some but not too much output.
 Interactive or otherwise complicated commands
 will need some other module such as Expect to test them,
 as will programs that generate too much output.