From 415e32d463bbb881d991d886ddba6f859669c098 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Fri, 19 Oct 2007 11:46:10 +0000 Subject: Bug 399954: Make Bugzilla able to hold its dependencies in a local directory Patch By Max Kanat-Alexander r=LpSolit, a=LpSolit --- email_in.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'email_in.pl') diff --git a/email_in.pl b/email_in.pl index ea5082844..7b8232192 100644 --- a/email_in.pl +++ b/email_in.pl @@ -29,6 +29,8 @@ BEGIN { chdir(File::Basename::dirname($0)); } +use lib qw(. lib); + use Data::Dumper; use Email::Address; use Email::Reply qw(reply); -- cgit v1.2.3-24-g4f1b