Bug#341227: typo at @EXPORT_OK in /usr/share/perl5/Algorithm/Diff.pm

2005-11-29 Thread Martin Zobel-Helas
Package: libalgorithm-diff-perl
Version: 1.19.01-1
Severity: important
Tags: patch

Hi Florian,

there seems to be an typo in @EXPORT_OK of 
/usr/share/perl5/Algorithm/Diff.pm. It's should be LCSidx, not LCDidx,
as the function is called LCSidx


--- /usr/share/perl5/Algorithm/Diff.pm  2004-10-01 10:52:00.0 +0200
+++ Diff.pm 2005-11-29 13:01:44.669485915 +0100
@@ -12,7 +12,7 @@
 require Exporter;
 *import= \&Exporter::import;
 @EXPORT_OK = qw(
-prepare LCS LCDidx LCS_length
+prepare LCS LCSidx LCS_length
 diff sdiff compact_diff
 traverse_sequences traverse_balanced
 );



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-686
Locale: LANG=en_US, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages libalgorithm-diff-perl depends on:
ii  perl  5.8.7-8Larry Wall's Practical Extraction 

libalgorithm-diff-perl recommends no packages.

-- no debconf information


signature.asc
Description: Digital signature


Bug#341227: typo at @EXPORT_OK in /usr/share/perl5/Algorithm/Diff.pm

2005-11-29 Thread Florian Weimer
tag 341227 confirmed upstream
forwarded 341227 http://rt.cpan.org/NoAuth/Bug.html?id=8576
thanks

* Martin Zobel-Helas:

> there seems to be an typo in @EXPORT_OK of 
> /usr/share/perl5/Algorithm/Diff.pm. It's should be LCSidx, not LCDidx,
> as the function is called LCSidx

Thanks.  This has been reported upstream quite some time ago.  I'm
going to incorporate your patch.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]