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 syste...
NEILB/Text-Diff-1.45 - 16 Aug 2017 18:41:19 UTC
Text::Diff::Parser - Parse patch files containing unified and standard diffs
"Text::Diff::Parser" parses diff files and patches. It allows you to access the changes to a file in a standardized way, even if multiple patch formats are used. A diff may be viewed a series of operations on a file, either adding, removing or modify...
GWYN/Text-Diff-Parser-0.1001 - 11 Sep 2009 11:30:16 UTC
Text::Diff::HTML - XHTML format for Text::Diff::Unified
This class subclasses Text::Diff::Unified, a formatting class provided by the Text::Diff module, to add XHTML markup to the unified diff format. For details on the interface of the "diff()" function, see the Text::Diff documentation. In the XHTML for...
TIMK/Text-Diff-HTML-0.08 - 21 Aug 2018 04:22:49 UTC
Text::Diff::Table - Text::Diff plugin to generate "table" format output
This is a plugin output formatter for Text::Diff that generates "table" style diffs: +--+----------------------------------+--+------------------------------+ | |../Test-Differences-0.2/MANIFEST | |../Test-Differences/MANIFEST | | |Thu Dec 13 15:38:4...
NEILB/Text-Diff-1.45 - 16 Aug 2017 18:41:19 UTC
Text::Diff::Config - global configuration for Text::Diff (as a separate module).
This module configures Text::Diff and its related modules. Currently it contains only one global variable $Text::Diff::Config::Output_Unicode which is a boolean flag, that if set outputs unicode characters as themselves without escaping them as " \x{...
NEILB/Text-Diff-1.45 - 16 Aug 2017 18:41:19 UTC
Text::Diff::Unified::XS - The fast Text::Diff module
Text::Diff::Unified::XS is the fast Text::Diff module implemented by XS....
PINE/Text-Diff-Unified-XS-0.09 - 29 May 2019 09:25:56 UTC
Text::Diff::FormattedHTML - Generate a colorful HTML diff of strings/files.
Presents in a (nice?) HTML table the difference between two files or strings. Inspired on GitHub diff view....
AMBS/Text-Diff-FormattedHTML-0.08 - 31 Jan 2017 14:09:45 UTC
Text::Mining::Algorithm::Diff - Perl Tools for Text Mining
ROGERHALL/Text-Mining-0.08
-
15 Mar 2009 17:06:03 UTC
Text::Diff3 - three way text comparison and merging.
This module provides you to compute difference sets between two or three texts ported from GNU diff3.c written by R. Smith. For users convenience, Text::Diff3 includes small diff procedure based on the P. Heckel's algorithm. On the other hands, many ...
TOCIYUKI/Text-Diff3-0.10 - 03 Feb 2011 03:04:24 UTC
Text::DiffU - Diff two sequences and print unified-style output
PERLANCAR/Text-DiffU-0.002
-
03 Apr 2018 06:13:15 UTC
Text::Diff3::Text - line number scheme free text buffer
This is a wrapper for a Perl's array reference, improving line number scheme free and limiting fetching from last element by minus index. Normally line number starts 1 in compatible with diff command tools. But you can change it another value like as...
TOCIYUKI/Text-Diff3-0.10 - 03 Feb 2011 03:04:24 UTC
Text::WordDiff - Track changes between documents
This module is a variation on the lovely Text::Diff module. Rather than generating traditional line-oriented diffs, however, it generates word-oriented diffs. This can be useful for tracking changes in narrative documents or documents with very long ...
TIMK/Text-WordDiff-0.09 - 21 Aug 2018 04:24:16 UTC
Text::ParagraphDiff - Visual Difference for paragraphed text.
"Text::ParagraphDiff" is a reimplementation of "diff" that is meant for paragraphed text rather than for code. Instead of "diffing" a document by line, "Text::ParagraphDiff" expands a document to one word per line, uses "Algorithm::Diff" to find the ...
JRYAN/Text-ParagraphDiff-2.70 - 21 Jan 2004 06:32:03 UTC
Text::Diff3::Base - Text::Diff3 component's base class
This module is the base class for all Text::Diff3 components....
TOCIYUKI/Text-Diff3-0.10 - 03 Feb 2011 03:04:24 UTC
Text::Diff3::Diff3 - diff3 component
This is a component to compute difference sets between three text buffers ported from GNU diff3.c written by Randy Smith....
TOCIYUKI/Text-Diff3-0.10 - 03 Feb 2011 03:04:24 UTC
Text::Diff3::Range3 - three-way difference container
This module provides you to handle trhee way difference sets....
TOCIYUKI/Text-Diff3-0.10 - 03 Feb 2011 03:04:24 UTC
Text::WordDiff::HTML - XHTML formatting for Text::WordDiff
This class subclasses Text::WordDiff::Base to provide a XHTML formatting for Text::WordDiff. See Term::WordDiff for usage details. This class should never be used directly. Text::WordDiff::HTML formats word diffs for viewing in a Web browser. The dif...
TIMK/Text-WordDiff-0.09 - 21 Aug 2018 04:24:16 UTC
Text::Diff3::Factory - factory for component used by Text::Diff3 modules.
This is the factory for the Text::Diff3 modules. It provides you to make data and processing instances, such as text, diff3, and diff. If you need to use some data or processor class, you replace this as your like....
TOCIYUKI/Text-Diff3-0.10 - 03 Feb 2011 03:04:24 UTC