From 7b55a3d6a3181498dc1c02126635f1e234689d9c Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 25 Feb 2008 13:48:50 -0800 Subject: [PATCH] * Actually call Debbugs::Package::get_version not itself --- Debbugs/SOAP.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Debbugs/SOAP.pm b/Debbugs/SOAP.pm index 2ca5b21..1006ff8 100644 --- a/Debbugs/SOAP.pm +++ b/Debbugs/SOAP.pm @@ -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 sub get_versions{ my $VERSION = __populate_version(pop); - return scalar get_versions(@_); + return scalar Debbugs::Packages::get_versions(@_); } =head1 VERSION COMPATIBILITY -- 2.39.2