libtest-command-simple-perl 0.05-1.1 source package in Ubuntu
Changelog
libtest-command-simple-perl (0.05-1.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. * No source change upload to rebuild on buildd with .buildinfo files. -- Holger Levsen <email address hidden> Tue, 29 Dec 2020 03:29:52 +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 | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libtest-command-simple-perl_0.05-1.1.dsc | 2.3 KiB | 02ffd4686d8324060926a2daf407ddcb8d9123c436111c636a81e3fea8ce06d3 |
libtest-command-simple-perl_0.05.orig.tar.gz | 6.3 KiB | 4d9dc422f03a620d0c441279f8366d1acf017da9acfdebe68b5a0e5c39c629da |
libtest-command-simple-perl_0.05-1.1.debian.tar.xz | 2.4 KiB | 90a519bf938d1269cfce2fc27d63fb0d5865194a6548d594cb3557a11de8215d |
Available diffs
- diff from 0.05-1 to 0.05-1.1 (375 bytes)
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.