]> git.donarmstrong.com Git - infobot.git/commitdiff
* fix url->uri typo
authordondelelcaro <dondelelcaro@c11ca15a-4712-0410-83d8-924469b57eb5>
Mon, 15 Sep 2008 18:48:10 +0000 (18:48 +0000)
committerdondelelcaro <dondelelcaro@c11ca15a-4712-0410-83d8-924469b57eb5>
Mon, 15 Sep 2008 18:48:10 +0000 (18:48 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/branches/don/dpkg@1844 c11ca15a-4712-0410-83d8-924469b57eb5

src/Modules/DebianExtra.pl

index ef77477c65f267d1dd9d6d11a31f24f0be5596ee..07cd9515eda228dfb2028c0a745ddc0516ec742f 100644 (file)
@@ -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();