From: Don Armstrong Date: Sat, 27 May 2006 07:05:26 +0000 (-0700) Subject: make common.pl use Debbugs::Common X-Git-Tag: release/2.6.0~585^2^2~103^2~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c2c74685ea5da53572771b094cfbffd807833dfc;p=debbugs.git make common.pl use Debbugs::Common --- diff --git a/cgi/common.pl b/cgi/common.pl index 4c64ad60..94e1eb35 100644 --- a/cgi/common.pl +++ b/cgi/common.pl @@ -15,6 +15,7 @@ require "$lib_path/errorlib"; use Debbugs::Packages; use Debbugs::Versions; use Debbugs::MIME qw(decode_rfc1522); +use Debbugs::Common qw(:read :util); $MLDBM::RemoveTaint = 1;