Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Text-WordDiff CPAN distribution.

Report information
The Basics
Id: 40509
Status: resolved
Priority: 0/
Queue: Text-WordDiff

People
Owner: Nobody in particular
Requestors: JLAVALLEE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in:
  • 0.03
  • 0.04
Fixed in: 0.05



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
Subject: Re: [rt.cpan.org #40509]
Date: Wed, 29 Oct 2008 15:47:04 -0700
To: bug-Text-WordDiff [...] rt.cpan.org
From: "David E. Wheeler" <david [...] kineticode.com>
On Oct 29, 2008, at 15:20, Jeff Lavallee via RT wrote: Show quoted text
> 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)
Applied, thanks! David