summaryrefslogtreecommitdiffstats
path: root/whineatnews.pl
diff options
context:
space:
mode:
Diffstat (limited to 'whineatnews.pl')
-rwxr-xr-xwhineatnews.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/whineatnews.pl b/whineatnews.pl
index 12a86cb6b..5c1ec655d 100755
--- a/whineatnews.pl
+++ b/whineatnews.pl
@@ -29,7 +29,7 @@
# touched for more than the number of days specified in the whinedays param.
use strict;
-use lib '.';
+use lib qw(. lib);
use Bugzilla;
use Bugzilla::Mailer;