SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Text-Diff rpm build for : openSUSE Tumbleweed. For other distributions click perl-Text-Diff.

Name : perl-Text-Diff
Version : 1.45 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 32.95 Date : 2017-08-19 08:21:46
Group : Development/Libraries/Perl Source RPM : perl-Text-Diff-1.45-32.95.src.rpm
Size : 0.08 MB
Packager : (none)
Summary : Perform diffs on files and record sets
Description :
\'diff()\' provides a basic set of services akin to the GNU \'diff\' utility.
It is not anywhere near as feature complete as GNU \'diff\', but it is better
integrated with Perl and available on all platforms. It is often faster
than shelling out to a system\'s \'diff\' executable for small files, and
generally slower on larger files.

Relies on Algorithm::Diff for, well, the algorithm. This may not produce
the same exact diff as a system\'s local \'diff\' executable, but it will be a
valid diff and comprehensible by \'patch\'. We haven\'t seen any differences
between Algorithm::Diff\'s logic and GNU \'diff\'\'s, but we have not examined
them to make sure they are indeed identical.

*Note*: If you don\'t want to import the \'diff\' function, do one of the
following:

use Text::Diff ();

require Text::Diff;

That\'s a pretty rare occurrence, so \'diff()\' is exported by default.

If you pass a filename, but the file can\'t be read, then \'diff()\' will
\'croak\'.

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-Text-Diff-1.45-32.95.noarch.rpm
     

Provides :
perl(Text::Diff)
perl(Text::Diff::Base)
perl(Text::Diff::Config)
perl(Text::Diff::Table)
perl-Text-Diff

Requires :
perl(:MODULE_COMPAT_5.40.0)
perl(Algorithm::Diff) >= 1.19
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/Text
/usr/lib/perl5/vendor_perl/5.40.0/Text/Diff
/usr/lib/perl5/vendor_perl/5.40.0/Text/Diff.pm
/usr/lib/perl5/vendor_perl/5.40.0/Text/Diff/Config.pm
/usr/lib/perl5/vendor_perl/5.40.0/Text/Diff/Table.pm
/usr/share/doc/packages/perl-Text-Diff
/usr/share/doc/packages/perl-Text-Diff/Changes
/usr/share/doc/packages/perl-Text-Diff/README
/usr/share/licenses/perl-Text-Diff
/usr/share/licenses/perl-Text-Diff/LICENSE
/usr/share/man/man3/Text::Diff.3pm.gz
/usr/share/man/man3/Text::Diff::Config.3pm.gz
/usr/share/man/man3/Text::Diff::Table.3pm.gz

 
ICM