SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Test-Cmd rpm build for : OpenSuSE. For other distributions click perl-Test-Cmd.

Name : perl-Test-Cmd
Version : 1.09 Vendor : obs://build_opensuse_org/home:michals
Release : 150500.4.1 Date : 2024-06-20 01:15:06
Group : Development/Libraries/Perl Source RPM : perl-Test-Cmd-1.09-150500.4.1.src.rpm
Size : 0.10 MB
Packager : https://www_suse_com/
Summary : Perl module for portable testing of commands and scripts
Description :
The \'Test::Cmd\' module provides a low-level framework for portable
automated testing of executable commands and scripts (in any language, not
just Perl), especially commands and scripts that interact with the file
system.

The \'Test::Cmd\' module makes no assumptions about what constitutes a
successful or failed test. Attempting to read a file that doesn\'t exist,
for example, may or may not be an error, depending on the software being
tested.

Consequently, no \'Test::Cmd\' methods (including the \'new()\' method) exit,
die or throw any other sorts of exceptions (but they all do return useful
error indications). Exceptions or other error status should be handled by a
higher layer: a subclass of the Test::Cmd manpage, or another testing
framework such as the the Test manpage or the Test::Simple manpage Perl
modules, or by the test itself.

(That said, see the the Test::Cmd::Common manpage module if you want a
similar module that provides exception handling, either to use directly in
your own tests, or as an example of how to use \'Test::Cmd\'.)

In addition to running tests and evaluating conditions, the \'Test::Cmd\'
module manages and cleans up one or more temporary workspace directories,
and provides methods for creating files and directories in those workspace
directories from in-line data (that is, here-documents), allowing tests to
be completely self-contained. When used in conjunction with another testing
framework, the \'Test::Cmd\' module can function as a _fixture_ (common
startup code for multiple tests) for simple management of command execution
and temporary workspaces.

The \'Test::Cmd\' module inherits the File::Spec manpage methods
(\'file_name_is_absolute()\', \'catfile()\', etc.) to support writing tests
portably across a variety of operating and file systems.

A \'Test::Cmd\' environment object is created via the usual invocation:

$test = Test::Cmd->new();

Arguments to the \'Test::Cmd::new\' method are keyword-value pairs that may
be used to initialize the object, typically by invoking the same-named
method as the keyword.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/michals/SLE_15_SP5/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Test-Cmd-1.09-150500.4.1.noarch.rpm
     

Provides :
perl(Test::Cmd)
perl(Test::Cmd::Common)
perl-Test-Cmd

Requires :
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Test
/usr/lib/perl5/vendor_perl/5.26.1/Test/Cmd
/usr/lib/perl5/vendor_perl/5.26.1/Test/Cmd.pm
/usr/lib/perl5/vendor_perl/5.26.1/Test/Cmd/Common.pm
/usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi
/usr/share/doc/packages/perl-Test-Cmd
/usr/share/doc/packages/perl-Test-Cmd/Changes
/usr/share/doc/packages/perl-Test-Cmd/LICENSE
/usr/share/doc/packages/perl-Test-Cmd/README
/usr/share/man/man3/Test::Cmd.3pm.gz
/usr/share/man/man3/Test::Cmd::Common.3pm.gz

 
ICM