libtest-command-simple-perl 0.05-3 source package in Ubuntu

Changelog

libtest-command-simple-perl (0.05-3) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Fri, 14 Oct 2022 00:04:50 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-command-simple-perl_0.05-3.dsc 2.3 KiB afc2dd24acb382fcdf1de57bfeba2ea1da7e6bd278b7c97623b6aff6f7dee0e0
libtest-command-simple-perl_0.05.orig.tar.gz 6.3 KiB 4d9dc422f03a620d0c441279f8366d1acf017da9acfdebe68b5a0e5c39c629da
libtest-command-simple-perl_0.05-3.debian.tar.xz 2.5 KiB e073a503f8526afb7ad71a217c4fca00e1810464c831a2efb898f8b9318291ec

Available diffs

No changes file available.

Binary packages built by this source

libtest-command-simple-perl: Perl module to test external commands

 Test::Command::Simple is a intended to simplify testing of external commands.
 It does so by running the command under IPC::Open3, closing the stdin
 immediately, and reading everything from the command's stdout and stderr.
 It then makes the output available to be tested.
 .
 It is not (yet?) as feature-rich as Test::Cmd (in package libtest-cmd-perl),
 however the interface to this is much simpler. Tests also plug directly
 into the Test::Builder framework, which plays nice with Test::More.