From e3f08f27297cd219066fcb77d4440b0685b09070 Mon Sep 17 00:00:00 2001 From: dondelelcaro Date: Mon, 15 Sep 2008 19:12:28 +0000 Subject: [PATCH 1/1] * remove useless bug => git-svn-id: https://svn.code.sf.net/p/infobot/code/branches/don/dpkg@1847 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Modules/DebianExtra.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Modules/DebianExtra.pl b/src/Modules/DebianExtra.pl index e9e7d43..abdce2b 100644 --- a/src/Modules/DebianExtra.pl +++ b/src/Modules/DebianExtra.pl @@ -89,7 +89,7 @@ sub do_id($) { my $soap = SOAP::Lite->uri('Debbugs/SOAP/1')-> proxy('http://bugs.debian.org/cgi-bin/soap.cgi'); $soap->transport->env_proxy(); - my $temp = $soap->get_status(bug => $bug_num); + my $temp = $soap->get_status($bug_num); use Data::Dumper; &::DEBUG(Dumper($temp)); if ($temp->fault) { -- 2.39.2