summaryrefslogtreecommitdiffstats
path: root/perl/perl-Text-Diff/README
diff options
context:
space:
mode:
author LEVAI Daniel <leva@ecentrum.hu>2013-03-12 18:35:59 -0400
committer dsomero <xgizzmo@slackbuilds.org>2013-03-22 07:16:45 -0400
commitd39ebe30f4faf36b700ac4d2b5d209a40f762a03 (patch)
treef2d664ffb8bd739edd3c251d137eb23afe78e45a /perl/perl-Text-Diff/README
parentf300d2d29e2dc55e124046adff83bd68279c202b (diff)
downloadslackbuilds-d39ebe30f4faf36b700ac4d2b5d209a40f762a03.tar.gz
slackbuilds-d39ebe30f4faf36b700ac4d2b5d209a40f762a03.tar.xz
perl/perl-Text-Diff: Added (Perform diffs on files and record sets)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl/perl-Text-Diff/README')
-rw-r--r--perl/perl-Text-Diff/README6
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.