diff options
Diffstat (limited to 'perl/perl-Text-Diff/README')
-rw-r--r-- | perl/perl-Text-Diff/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/perl/perl-Text-Diff/README b/perl/perl-Text-Diff/README new file mode 100644 index 0000000000..8d921a9a1e --- /dev/null +++ b/perl/perl-Text-Diff/README @@ -0,0 +1,6 @@ +perl-Text-Diff (Perform diffs on files and record sets) +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. |