Jump to letter: [
23ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Test-Command - Test routines for external commands
- Description:
Test::Command intends to bridge the gap between the well tested functions
and objects you choose and their usage in your programs. By examining the
exit status, terminating signal, STDOUT and STDERR of your program you can
determine if it is behaving as expected.
Packages
perl-Test-Command-0.11-1.el7.noarch
[18 KiB] |
Changelog
by Paul Howarth (2014-08-14):
- Update to 0.11
- Added exit_value(), signal_value(), stdout_value(), stdout_file(),
stderr_value() and stderr_file() (these provide access to raw value for
arbitrary testing not covered by this module)
- Fix signal tests on Win32 platforms
- Fix determination of diagnostic test name in signal_is_undef()
- Specify all dependencies
- Make %files list more explicit
- Drop %defattr, redundant since rpm 4.4
- Don't use macros for commands
|