summaryrefslogtreecommitdiff
path: root/perl/perl-Text-Patch/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Text-Patch/README')
-rw-r--r--perl/perl-Text-Patch/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl/perl-Text-Patch/README b/perl/perl-Text-Patch/README
new file mode 100644
index 0000000000..9ac98577ab
--- /dev/null
+++ b/perl/perl-Text-Patch/README
@@ -0,0 +1,3 @@
+Text::Patch combines source text with given diff (difference) data.
+Diff data is produced by Text::Diff module or by the standard diff
+utility (man diff, see -u option).