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

lintian: r329 - trunk/lib



Author: djpig
Date: 2004-07-06 20:39:42 +0200 (Tue, 06 Jul 2004)
New Revision: 329

Modified:
   trunk/lib/Tags.pm
Log:
Fix reset of overrides


Modified: trunk/lib/Tags.pm
===================================================================
--- trunk/lib/Tags.pm	2004-07-06 15:23:44 UTC (rev 328)
+++ trunk/lib/Tags.pm	2004-07-06 18:39:42 UTC (rev 329)
@@ -68,7 +68,7 @@
 # Used to reset the matched tags data
 sub pkg_reset {
 	$prefix = shift;
-	*overrides = {};
+	%overrides = ();
 }
 
 # Add an override, string tag, string rest



Reply to: