Documentation for Text::WordDiff::ANSIColor states that it's the default
formatter for Term::WordDiff rather than Text::WordDiff. Results in
broken link in the POD. See attached patch (against svn)
Subject: | Text-WordDiff.patch |
Index: lib/Text/WordDiff/ANSIColor.pm
===================================================================
--- lib/Text/WordDiff/ANSIColor.pm (revision 4398)
+++ lib/Text/WordDiff/ANSIColor.pm (working copy)
@@ -61,7 +61,7 @@
This class subclasses Text::WordDiff::Base to provide a formatting class for
Text::WordDiff that uses ANSI-standard terminal escape sequences to highlight
deleted and inserted text. This formatting class is the default class used by
-L<Term::WordDiff|Term::WordDiff>; see its documentation for details on its
+L<Text::WordDiff>; see its documentation for details on its
interface. This class should never be used directly.
Text::WordDiff::ANSIColor formats word diffs for viewing in an ANSI-standard