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

src/Modules/DebianExtra.pl

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