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

lintian: r249 - trunk/frontend



Author: jeroen
Date: 2004-05-02 19:54:14 +0200 (Sun, 02 May 2004)
New Revision: 249

Modified:
   trunk/frontend/lintian
Log:
Stupid perl


Modified: trunk/frontend/lintian
===================================================================
--- trunk/frontend/lintian	2004-05-02 17:50:12 UTC (rev 248)
+++ trunk/frontend/lintian	2004-05-02 17:54:14 UTC (rev 249)
@@ -861,7 +861,9 @@
 require Tags;
 import Tags;
 
+no warnings;
 $Tags::show_info = $display_infotags;
+use warnings;
 
 # load information about checker scripts
 opendir(CHECKDIR, "$LINTIAN_ROOT/checks")



Reply to: