Skip Menu |

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

Report information
The Basics
Id: 25283
Status: resolved
Priority: 0/
Queue: Text-Diff

People
Owner: NEILB [...] cpan.org
Requestors: florian [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.35
Fixed in: 1.42



Subject: Typo in man page of Text::Diff::Table
In the SYNOPSIS section of the man page the code contains the line diff \@a, $b { STYLE => "Table" }; this should rather be diff \@a, $b, { STYLE => "Table" }; as the example currently results in a compiler error.
That was a gnarly issue, so took a while for it to get addressed :-) Thanks, fixed in 1.42.