From: Debian BTS Date: Sun, 30 Mar 2008 02:47:30 +0000 (+0000) Subject: add back the other missing /usr/lib/debbugs X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f15083e831f41138adc03a01aa641866622a2d6c;p=debbugs.git add back the other missing /usr/lib/debbugs --- diff --git a/scripts/spamscan b/scripts/spamscan index 6d891877..ed65e9a7 100755 --- a/scripts/spamscan +++ b/scripts/spamscan @@ -14,6 +14,8 @@ use warnings; use strict; +use lib qw(/usr/lib/debbugs); + use threads; use threads::shared;