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

lintian: r306 - trunk/checks



Author: djpig
Date: 2004-07-01 18:45:46 +0200 (Thu, 01 Jul 2004)
New Revision: 306

Modified:
   trunk/checks/nmu
Log:
Missing "use Util;" for fail()


Modified: trunk/checks/nmu
===================================================================
--- trunk/checks/nmu	2004-07-01 12:54:10 UTC (rev 305)
+++ trunk/checks/nmu	2004-07-01 16:45:46 UTC (rev 306)
@@ -21,6 +21,7 @@
 package Lintian::nmu;
 use strict;
 use Tags;
+use Util;
 
 sub run {
 



Reply to: