]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/SOAP.pm
fix forward links in pkgreport, add support for indexing on status
[debbugs.git] / Debbugs / SOAP.pm
index ed66b18979faf9ee70dbfbf0089eb619596f133d..5f0138ab209e4ca843c422075e55a9553da07236 100644 (file)
@@ -276,7 +276,7 @@ sub binary_to_source{
      my $VERSION = __populate_version(pop);
      my ($self,@params) = @_;
 
-     return [binarytosource(@params)];
+     return [Debbugs::Packages::binarytosource(@params)];
 }
 
 =head2 source_to_binary
@@ -297,7 +297,7 @@ sub source_to_binary {
      my $VERSION = __populate_version(pop);
      my ($self,@params) = @_;
 
-     return [source_to_binary(@params)];
+     return [Debbugs::Packages::sourcetobinary(@params)];
 }
 
 =head2 get_versions