[Collab-qa-commits] r1078 - udd/src/udd
neronus-guest at alioth.debian.org
neronus-guest at alioth.debian.org
Mon Aug 11 18:14:01 UTC 2008
Author: neronus-guest
Date: 2008-08-11 18:14:00 +0000 (Mon, 11 Aug 2008)
New Revision: 1078
Modified:
udd/src/udd/bugs_gatherer.pl
Log:
some curlies were missing :)
Modified: udd/src/udd/bugs_gatherer.pl
===================================================================
--- udd/src/udd/bugs_gatherer.pl 2008-08-11 18:08:36 UTC (rev 1077)
+++ udd/src/udd/bugs_gatherer.pl 2008-08-11 18:14:00 UTC (rev 1078)
@@ -1,5 +1,5 @@
#!/usr/bin/perl -w
-# Last-Modified: <Mon Aug 11 18:12:20 2008>
+# Last-Modified: <Mon Aug 11 18:17:46 2008>
use strict;
use warnings;
@@ -255,6 +255,7 @@
# be a source package name (or the source package has the same
# name as the binary package). See #480818 for ex.
$source = $bug{package};
+ }
#Calculate bug presence in distributions
my ($present_in_stable, $present_in_testing, $present_in_unstable);
More information about the Collab-qa-commits
mailing list