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

lintian: r364 - in trunk: debian lib



Author: djpig
Date: 2004-11-13 22:07:48 +0100 (Sat, 13 Nov 2004)
New Revision: 364

Modified:
   trunk/debian/changelog
   trunk/lib/Tags.pm
Log:
Add missing "use Util;", noted by Robert Luberda (Closes: #278513)


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-10-17 18:04:56 UTC (rev 363)
+++ trunk/debian/changelog	2004-11-13 21:07:48 UTC (rev 364)
@@ -5,6 +5,10 @@
       of wrong-path-for-gnuplot (Closes: #276945)
       Thanks to Lionel Elie Mamane for reporting.
   
+  * lib/Tags.pm:
+    + [FL] Add missing "use Util;", noted by Robert Luberda
+      (Closes: #278513)
+  
  -- Frank Lichtenheld <frank@lichtenheld.de>  Sun, 17 Oct 2004 20:04:06 +0200
 
 lintian (1.23.3) unstable; urgency=low

Modified: trunk/lib/Tags.pm
===================================================================
--- trunk/lib/Tags.pm	2004-10-17 18:04:56 UTC (rev 363)
+++ trunk/lib/Tags.pm	2004-11-13 21:07:48 UTC (rev 364)
@@ -22,6 +22,8 @@
 package Tags;
 use strict;
 
+use Util;
+
 use Exporter;
 our @ISA = qw(Exporter);
 our @EXPORT = qw(tag);



Reply to: