SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Test-TempDir-Tiny rpm build for : openSUSE Leap 15. For other distributions click perl-Test-TempDir-Tiny.

Name : perl-Test-TempDir-Tiny
Version : 0.018 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp150.7.1 Date : 2019-01-08 10:15:53
Group : Development/Libraries/Perl Source RPM : perl-Test-TempDir-Tiny-0.018-lp150.7.1.src.rpm
Size : 0.04 MB
Packager : (none)
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 and in_tempdir functions are exported by default.

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 (unless it\'s a symlink).

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: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_Leap_15.0/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

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

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(File::Path) >= 2.070000
perl(File::Temp) >= 0.2308
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/TempDir
/usr/lib/perl5/vendor_perl/5.26.1/Test/TempDir/Tiny.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Test-TempDir-Tiny
/usr/share/doc/packages/perl-Test-TempDir-Tiny/CONTRIBUTING.mkdn
/usr/share/doc/packages/perl-Test-TempDir-Tiny/Changes
/usr/share/doc/packages/perl-Test-TempDir-Tiny/README
/usr/share/licenses/perl-Test-TempDir-Tiny
/usr/share/licenses/perl-Test-TempDir-Tiny/LICENSE
/usr/share/man/man3/Test::TempDir::Tiny.3pm.gz

 
ICM