diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2013-11-17 18:53:00 +0100 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2013-11-19 19:54:49 +0100 |
commit | d8290b8b3b16a6dd3e2c81937150f9dec1f818df (patch) | |
tree | 4d08ca04d2d86f3eef1b355da886b3c3fd36c24b /perl/perl-Text-Patch/README | |
parent | 3906b56da7f67eb87a82348620a131a98228aafd (diff) | |
download | slackbuilds-d8290b8b3b16a6dd3e2c81937150f9dec1f818df.tar.gz |
perl/perl-Text-Patch: Added.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'perl/perl-Text-Patch/README')
-rw-r--r-- | perl/perl-Text-Patch/README | 3 |
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). |