[Collab-qa-commits] r1070 - udd/src/udd
neronus-guest at alioth.debian.org
neronus-guest at alioth.debian.org
Mon Aug 11 13:51:32 UTC 2008
Author: neronus-guest
Date: 2008-08-11 13:51:32 +0000 (Mon, 11 Aug 2008)
New Revision: 1070
Modified:
udd/src/udd/bugs_gatherer.pl
Log:
Added global variable to main()
Modified: udd/src/udd/bugs_gatherer.pl
===================================================================
--- udd/src/udd/bugs_gatherer.pl 2008-08-11 13:45:46 UTC (rev 1069)
+++ udd/src/udd/bugs_gatherer.pl 2008-08-11 13:51:32 UTC (rev 1070)
@@ -1,5 +1,5 @@
-#!/usr/bin/perl
-# Last-Modified: <Mon Aug 11 13:35:58 2008>
+#!/usr/bin/perl -w
+# Last-Modified: <Mon Aug 11 13:55:12 2008>
use strict;
use warnings;
@@ -322,6 +322,9 @@
exit 1;
}
+ our $t;
+ our $timing;
+
my $config = LoadFile($ARGV[0]) or die "Could not load configuration: $!";
my $command = $ARGV[1];
my $source = $ARGV[2];
More information about the Collab-qa-commits
mailing list