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/debbugs.git?a=commitdiff_plain;h=8b4a9955316a0411a9cf5d0ab18a7451cef21771;p=debbugs.git add back the other missing /usr/lib/debbugs --- diff --git a/scripts/spamscan b/scripts/spamscan index 6d89187..ed65e9a 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;