[Collab-qa-commits] r1910 - udd/udd

Lucas Nussbaum lucas at alioth.debian.org
Tue Feb 15 20:18:22 UTC 2011


Author: lucas
Date: 2011-02-15 20:18:05 +0000 (Tue, 15 Feb 2011)
New Revision: 1910

Modified:
   udd/udd/bugs_gatherer.pl
Log:
add affects_oldstable

Modified: udd/udd/bugs_gatherer.pl
===================================================================
--- udd/udd/bugs_gatherer.pl	2011-02-15 10:12:59 UTC (rev 1909)
+++ udd/udd/bugs_gatherer.pl	2011-02-15 20:18:05 UTC (rev 1910)
@@ -253,7 +253,7 @@
 		}
 
 		#Calculate bug presence in distributions
-		my (present_in_oldstable, $present_in_stable, $present_in_testing, $present_in_unstable, $present_in_experimental);
+		my ($present_in_oldstable, $present_in_stable, $present_in_testing, $present_in_unstable, $present_in_experimental);
 		if($src_config{archived}) {
 			$present_in_oldstable = $present_in_stable = $present_in_testing = $present_in_unstable = $present_in_experimental = 'FALSE';
 		} else {




More information about the Collab-qa-commits mailing list