diff options
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 |
commit | d39ebe30f4faf36b700ac4d2b5d209a40f762a03 (patch) | |
tree | f2d664ffb8bd739edd3c251d137eb23afe78e45a /perl/perl-Text-Diff/slack-desc | |
parent | f300d2d29e2dc55e124046adff83bd68279c202b (diff) |
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/slack-desc')
-rw-r--r-- | perl/perl-Text-Diff/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/perl/perl-Text-Diff/slack-desc b/perl/perl-Text-Diff/slack-desc new file mode 100644 index 000000000000..68ad21bb5d97 --- /dev/null +++ b/perl/perl-Text-Diff/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +perl-Text-Diff: perl-Text-Diff (Perform diffs on files and record sets) +perl-Text-Diff: +perl-Text-Diff: diff() provides a basic set of services akin to the GNU diff utility. +perl-Text-Diff: It is not anywhere near as feature complete as GNU diff, but it is +perl-Text-Diff: better integrated with Perl and available on all platforms. +perl-Text-Diff: It is often faster than shelling out to a system's diff executable for +perl-Text-Diff: small files, and generally slower on larger files. +perl-Text-Diff: +perl-Text-Diff: Homepage: http://search.cpan.org/~ovid/Text-Diff-1.41/ +perl-Text-Diff: +perl-Text-Diff: |