Skip Menu |

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

Report information
The Basics
Id: 8576
Status: resolved
Priority: 0/
Queue: Algorithm-Diff

People
Owner: Nobody in particular
Requestors: davekam [...] pobox.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.1901
Fixed in: (no value)



Subject: LCSidx not properly exported
At the top of Diff.pm, the export name for LCSidx is erroneously given as LCDidx. This makes it impossible to use the function.
[guest - Tue Nov 23 09:56:08 2004]: Show quoted text
> At the top of Diff.pm, the export name for LCSidx is erroneously given > as LCDidx. This makes it impossible to use the function.
You should be able to use it via a direct call... Algorithm::Diff::LCSidx() No doubt, the export list should be corrected - but the function is still available. Ed
Fixed in 1.19_02 (just uploaded). Thanks.