# 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 ':'.

         |-----handy-ruler------------------------------------------------------|
text-diff: Text::Diff - Perform diffs on files and record sets
text-diff:
text-diff: diff() provides a basic set of services akin to the GNU diff utility.
text-diff: It is not anywhere near as feature complete as GNU diff, but it is
text-diff: better integrated with Perl and available on all platforms. It is
text-diff: often faster than shelling out to a system's diff executable for
text-diff: small files, and generally slower on larger files.
text-diff:
text-diff:                        www.slacky.eu
text-diff:
text-diff: Packager Michele Petrecca