[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#278513: lintian: Missing `use Util' in Tags.pm



Package: lintian
Version: 1.23.3
Severity: minor
Tags: patch

Hi, 

If there are duplicated tags in *.desc files, lintian fails with the 
error:
Undefined subroutine &Tags::fail called at /usr/share/lintian/lib/Tags.pm line 63.


Patch:

--- /home/tmp/lintian_1.23.3_all.deb/usr/share/lintian/lib/Tags.pm	2004-07-06 20:39:42.000000000 +0200
+++ lib/Tags.pm	2004-10-25 23:30:59.000000000 +0200
@@ -21,6 +21,7 @@
 
 package Tags;
 use strict;
+use Util;
 
 use Exporter;
 our @ISA = qw(Exporter);


Regards,

robert



Reply to: