From d0d0e4cbb597fbc69f74ea0cbbb15823ed71b059 Mon Sep 17 00:00:00 2001 From: dondelelcaro Date: Mon, 15 Sep 2008 18:48:10 +0000 Subject: [PATCH] * fix url->uri typo git-svn-id: https://svn.code.sf.net/p/infobot/code/branches/don/dpkg@1844 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 ef77477..07cd951 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->url->('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