From 2848e1614199f774738c6caac313a349ea0aea87 Mon Sep 17 00:00:00 2001 From: dondelelcaro Date: Mon, 15 Sep 2008 18:53:09 +0000 Subject: [PATCH] * fix -> typo git-svn-id: https://svn.code.sf.net/p/infobot/code/branches/don/dpkg@1845 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 07cd951..abc7259 100644 --- a/src/Modules/DebianExtra.pl +++ b/src/Modules/DebianExtra.pl @@ -86,7 +86,7 @@ sub do_id($) { return "Bug is not a number!"; } $bug_num =~ s/^\#//; - my $soap = SOAP::Lite->uri->('Debbugs/SOAP/1')-> + my $soap = SOAP::Lite->uri('Debbugs/SOAP/1')-> proxy('http://bugs.debian.org/cgi-bin/soap.cgi'); $soap->transport->env_proxy(); my $result = $soap->get_status(bug => $bug_num)->result(); -- 2.39.2