SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Test-File-Cleaner rpm build for : openSUSE Tumbleweed. For other distributions click perl-Test-File-Cleaner.

Name : perl-Test-File-Cleaner
Version : 0.03 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 7.11 Date : 2017-08-04 17:00:18
Group : Development/Libraries/Perl Source RPM : perl-Test-File-Cleaner-0.03-7.11.src.rpm
Size : 0.04 MB
Packager : (none)
Summary : Automatically clean up your filesystem after tests
Description :
When writing file-related testing code, it is common to end up with a
number of files scattered all over the testing directories. If you are
running the test scripts over and over these leftover files can interfere
with subsequent test runs, and so they need to be cleaned up.

This clean up code typically needs to be done at END-time, so that the
files are cleaned up even if you break out of the test script while it is
running. The code to do this can get long and is labourious to maintain.

Test::File::Cleaner attempts to solve this problem. When you create a
Cleaner object for a particular directory, the object scans and saves the
contents of the directory.

When the object is DESTROYed, it compares the current state to the
original, and removes any new files and directories created during the
testing process.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-T/openSUSE_Tumbleweed/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Test-File-Cleaner-0.03-7.11.noarch.rpm
     

Provides :
perl(Test::File::Cleaner)
perl(Test::File::Cleaner::State)
perl-Test-File-Cleaner

Requires :
perl(:MODULE_COMPAT_5.24.1)
perl(File::Find::Rule) >= 0.02
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.24.1/Test
/usr/lib/perl5/vendor_perl/5.24.1/Test/File
/usr/lib/perl5/vendor_perl/5.24.1/Test/File/Cleaner
/usr/lib/perl5/vendor_perl/5.24.1/Test/File/Cleaner.pm
/usr/lib/perl5/vendor_perl/5.24.1/Test/File/Cleaner/State.pm
/usr/lib/perl5/vendor_perl/5.24.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Test-File-Cleaner
/usr/share/doc/packages/perl-Test-File-Cleaner/Changes
/usr/share/doc/packages/perl-Test-File-Cleaner/LICENSE
/usr/share/doc/packages/perl-Test-File-Cleaner/README
/usr/share/man/man3/Test::File::Cleaner.3pm.gz
/usr/share/man/man3/Test::File::Cleaner::State.3pm.gz

 
ICM