From dc8255be9b0da503ea31b1310d033ee7be79c793 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 9 Aug 2008 11:45:34 -0700 Subject: [PATCH] * accept dist like we're supposed to --- Debbugs/CGI/Pkgreport.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Debbugs/CGI/Pkgreport.pm b/Debbugs/CGI/Pkgreport.pm index 51ebe42..ab161ea 100644 --- a/Debbugs/CGI/Pkgreport.pm +++ b/Debbugs/CGI/Pkgreport.pm @@ -248,6 +248,7 @@ sub short_bug_status_html { '&version_url' => \&Debbugs::CGI::version_url, '&secs_to_english' => \&Debbugs::Common::secs_to_english, '&strftime' => \&POSIX::strftime, + '&maybelink' => \&Debbugs::CGI::maybelink, }, ); @@ -403,6 +404,9 @@ sub pkg_htmlizebugs { options => {type => HASHREF, default => {}, }, + dist => {type => SCALAR, + optional => 1, + }, } ); my @bugs = @{$param{bugs}}; -- 2.39.2