SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Test-TempDir-Tiny rpm build for : Mageia 9. For other distributions click perl-Test-TempDir-Tiny.

Name : perl-Test-TempDir-Tiny
Version : 0.18.0 Vendor : Mageia_Org
Release : 4.mga9 Date : 2022-03-21 02:59:18
Group : Development/Perl Source RPM : perl-Test-TempDir-Tiny-0.18.0-4.mga9.src.rpm
Size : 0.04 MB
Packager : umeabot < umeabot>
Summary : Temporary directories that stick around when tests fail
Description :
This module works with Test::More to create temporary directories that
stick around if tests fail.

It is loosely based on Test::TempDir, but with less complexity, greater
portability and zero non-core dependencies. (Capture::Tiny is
recommended for testing.)

The \"tempdir\" function is exported by default. When called, it
constructs a directory tree to hold temporary directories.

If the current directory is writable, the root for directories will be
./tmp. Otherwise, a File::Temp directory will be created wherever
temporary directories are stored for your system.

Every *.t file gets its own subdirectory under the root based on the
test filename, but with slashes and periods replaced with underscores.
For example, t/foo.t would get a test-file-specific subdirectory
./tmp/t_foo_t/. Directories created by \"tempdir\" get put in that
directory. This makes it very easy to find files later if tests fail.

The test-file-specific name is consistent from run-to-run. If an old
directory already exists, it will be removed.

When the test file exits, if all tests passed, then the
test-file-specific directory is recursively removed.

If a test failed and the root directory is ./tmp, the test-file-specific
directory sticks around for inspection. (But if the root is a File::Temp
directory, it is always discarded).

If nothing is left in ./tmp (i.e. no other test file failed), then ./tmp
is cleaned up as well.

This module attempts to avoid race conditions due to parallel testing.
In extreme cases, the test-file-specific subdirectory might be created
as a regular File::Temp directory rather than in ./tmp. In such a case,
a warning will be issued.

RPM found in directory: /vol/rzm3/linux-mageia/distrib/9/x86_64/media/core/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Test-TempDir-Tiny-0.18.0-4.mga9.noarch.rpm
ftp.icm.edu.pl  perl-Test-TempDir-Tiny-0.18.0-4.mga9.noarch.rpm
ftp.icm.edu.pl  perl-Test-TempDir-Tiny-0.18.0-4.mga9.noarch.rpm
ftp.icm.edu.pl  perl-Test-TempDir-Tiny-0.18.0-4.mga9.noarch.rpm
     

Provides :
perl(Test::TempDir::Tiny)
perl-Test-TempDir-Tiny

Requires :
perl >= 0:5.006002
perl(B)
perl(Carp)
perl(Cwd)
perl(Errno)
perl(Exporter) >= 5.570.0
perl(File::Path) >= 2.70.0
perl(File::Spec::Functions)
perl(File::Temp) >= 0.230.800
perl(strict)
perl(warnings)
perl-base >= 2:5.34.1
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/share/doc/perl-Test-TempDir-Tiny
/usr/share/doc/perl-Test-TempDir-Tiny/Changes
/usr/share/doc/perl-Test-TempDir-Tiny/LICENSE
/usr/share/doc/perl-Test-TempDir-Tiny/META.json
/usr/share/doc/perl-Test-TempDir-Tiny/META.yml
/usr/share/doc/perl-Test-TempDir-Tiny/MYMETA.yml
/usr/share/doc/perl-Test-TempDir-Tiny/README
/usr/share/man/man3/Test::TempDir::Tiny.3pm.xz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/TempDir
/usr/share/perl5/vendor_perl/Test/TempDir/Tiny.pm

 
ICM