SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : perl-Test-Directory
Version : 0.052 Vendor : openSUSE
Release : 1.5 Date : 2023-02-27 04:07:04
Group : Unspecified Source RPM : perl-Test-Directory-0.052-1.5.src.rpm
Size : 0.02 MB
Packager : https://bugs_opensuse_org
Summary : Perl extension for maintaining test directories
Description :
Testing code can involve making sure that files are created and deleted as
expected. Doing this manually can be error prone, as it\'s easy to forget a
file, or miss that some unexpected file was added. This module simplifies
maintaining test directories by tracking their status as they are modified
or tested with this API, making it simple to test both individual files, as
well as to verify that there are no missing or unknown files.

The idea is to use this API to create a temporary directory and populate an
initial set of files. Then, whenever something in the directory is changes,
use the test methods to verify that the change happened as expected. At any
time, it is simple to verify that the contents of the directory are exactly
as expected.

Test::Directory implements an object-oriented interface for managing test
directories. It tracks which files it knows about (by creating or testing
them via its API), and can report if any files were missing or unexpectedly
added.

There are two flavors of methods for interacting with the directory.
_Utility_ methods simply return a value (i.e. the number of files/errors)
with no output, while the _Test_ functions use Test::Builder to produce the
approriate test results and diagnostics for the test harness.

The directory will be automatically cleaned up when the object goes out of
scope; see the _clean_ method below for details.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Factory:/RISCV/standard/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Test-Directory-0.052-1.5.noarch.rpm
ftp.icm.edu.pl  perl-Test-Directory-0.052-1.5.noarch.rpm
ftp.icm.edu.pl  perl-Test-Directory-0.052-1.5.noarch.rpm
ftp.icm.edu.pl  perl-Test-Directory-0.052-1.5.noarch.rpm
     

Provides :
perl(Test::Directory)
perl-Test-Directory

Requires :
perl(:MODULE_COMPAT_5.40.0)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.40.0/Test
/usr/lib/perl5/vendor_perl/5.40.0/Test/Directory.pm
/usr/share/doc/packages/perl-Test-Directory
/usr/share/doc/packages/perl-Test-Directory/Changes
/usr/share/doc/packages/perl-Test-Directory/README
/usr/share/man/man3/Test::Directory.3pm.gz

 
ICM