X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debbugs%2FSOAP.pm;h=9ed0249b863731504e1975eb105edd90a34abfe3;hb=1c4ce01f78b112c2247a08f1a0dc9efb5ab3adca;hp=c1fc85f9b84fb5465bbab56ab916b4b445f1073b;hpb=04265c83beff7e1ccb28a88ff7257fe36b2fc45d;p=debbugs.git diff --git a/Debbugs/SOAP.pm b/Debbugs/SOAP.pm index c1fc85f..9ed0249 100644 --- a/Debbugs/SOAP.pm +++ b/Debbugs/SOAP.pm @@ -25,7 +25,8 @@ use warnings; use strict; use vars qw($DEBUG %EXPORT_TAGS @EXPORT_OK @EXPORT); use Debbugs::SOAP::Server; -use base qw(Exporter SOAP::Server::Parameters); +use Exporter qw(import); +use base qw(SOAP::Server::Parameters); BEGIN{ $DEBUG = 0 unless defined $DEBUG; @@ -232,7 +233,6 @@ sub get_bug_log{ my %seen_msg_ids; my $current_msg=0; - my $status = {}; my @messages; while (my $record = $log->read_record()) { $current_msg++; @@ -343,7 +343,7 @@ architectures are at which versions. =back -This function correponds to L +This function corresponds to L =cut