]> git.donarmstrong.com Git - debbugs.git/commitdiff
* Actually call Debbugs::Package::get_version not itself
authorDon Armstrong <don@donarmstrong.com>
Mon, 25 Feb 2008 21:48:50 +0000 (13:48 -0800)
committerDon Armstrong <don@donarmstrong.com>
Mon, 25 Feb 2008 21:48:50 +0000 (13:48 -0800)
Debbugs/SOAP.pm

index 2ca5b21261e4d355a699493c1dcccddc3561c4fe..1006ff8255cd115d538440bf4bcd97d56d502ec4 100644 (file)
@@ -42,6 +42,7 @@ BEGIN{
 use IO::File;
 use Debbugs::Status qw(get_bug_status);
 use Debbugs::Common qw(make_list getbuglocation getbugcomponent);
+use Debbugs::Packages;
 use Storable qw(nstore retrieve);
 use Scalar::Util qw(looks_like_number);
 
@@ -338,7 +339,7 @@ This function correponds to L<Debbugs::Packages::get_versions>
 sub get_versions{
      my $VERSION = __populate_version(pop);
 
-     return scalar get_versions(@_);
+     return scalar Debbugs::Packages::get_versions(@_);
 }
 
 =head1 VERSION COMPATIBILITY