From acada093a15e9890fcddfaddce5f4169c6759a8a Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 24 Sep 2009 15:11:46 -0700 Subject: [PATCH] * move definition of sourcetobinary around --- Debbugs/Packages.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Debbugs/Packages.pm b/Debbugs/Packages.pm index cc403108..6f12a303 100644 --- a/Debbugs/Packages.pm +++ b/Debbugs/Packages.pm @@ -162,7 +162,10 @@ binary_to_source. =cut +# the two global variables below are used to tie the source maps; we +# probably should be retying them in long lived processes. our %_binarytosource; +our %_sourcetobinary; sub binary_to_source{ my %param = validate_with(params => \@_, spec => {binary => {type => SCALAR|ARRAYREF, @@ -311,7 +314,6 @@ returned, without the architecture. =cut -our %_sourcetobinary; sub sourcetobinary { my ($srcname, $srcver) = @_; -- 2.39.5