[Collab-qa-commits] r1071 - udd/src/udd
neronus-guest at alioth.debian.org
neronus-guest at alioth.debian.org
Mon Aug 11 13:53:39 UTC 2008
Author: neronus-guest
Date: 2008-08-11 13:53:37 +0000 (Mon, 11 Aug 2008)
New Revision: 1071
Modified:
udd/src/udd/bugs_gatherer.pl
Log:
s/my/our/ for specific lines
Modified: udd/src/udd/bugs_gatherer.pl
===================================================================
--- udd/src/udd/bugs_gatherer.pl 2008-08-11 13:51:32 UTC (rev 1070)
+++ udd/src/udd/bugs_gatherer.pl 2008-08-11 13:53:37 UTC (rev 1071)
@@ -1,5 +1,5 @@
#!/usr/bin/perl -w
-# Last-Modified: <Mon Aug 11 13:55:12 2008>
+# Last-Modified: <Mon Aug 11 13:57:07 2008>
use strict;
use warnings;
@@ -24,8 +24,8 @@
$YAML::Syck::ImplicitTyping = 1;
#Used for measuring time
-my $t;
-my $timing = 1;
+our $t;
+our $timing = 1;
# Return the list of usernames
sub get_bugs_users {
More information about the Collab-qa-commits
mailing list