SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : perl-File-DirCompare
Version : 0.700.0 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 1.4 Date : 2015-04-16 23:33:30
Group : Unspecified Source RPM : perl-File-DirCompare-0.700.0-1.4.src.rpm
Size : 0.01 MB
Packager : (none)
Summary : Perl module to compare two directories using
Description :
File::DirCompare is a perl module to compare two directories using a
callback, invoked for all files that are \'different\' between the two
directories, and for any files that exist only in one or other directory
(\'unique\' files).

File::DirCompare has a single public compare() method, with the following
signature:

File::DirCompare->compare($dir1, $dir2, $sub, $opts);

The first three arguments are required - $dir1 and $dir2 are paths to the
two directories to be compared, and $sub is the subroutine reference called
for all unique or different files. $opts is an optional hashref of options
- see OPTIONS below.

The provided subroutine is called for all unique files, and for every pair
of \'different\' files encountered, with the following signature:

$sub->($file1, $file2)

where $file1 and $file2 are the paths to the two files. For \'unique\' files
i.e. where a file exists in only one directory, the subroutine is called
with the other argument \'undef\' i.e. for:

$sub->($file1, undef)
$sub->(undef, $file2)

the first indicates $file1 exists only in the first directory given
($dir1), and the second indicates $file2 exists only in the second
directory given ($dir2).

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

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-File-DirCompare-0.700.0-1.4.noarch.rpm
     

Provides :
perl(File::DirCompare)
perl-File-DirCompare

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/File
/usr/lib/perl5/vendor_perl/5.40.0/File/DirCompare.pm
/usr/share/doc/packages/perl-File-DirCompare
/usr/share/doc/packages/perl-File-DirCompare/README
/usr/share/doc/packages/perl-File-DirCompare/TODO
/usr/share/man/man3/File::DirCompare.3pm.gz

 
ICM