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 --- contrib/recode.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'contrib/recode.pl') diff --git a/contrib/recode.pl b/contrib/recode.pl index 49e824f6d..713465be7 100755 --- a/contrib/recode.pl +++ b/contrib/recode.pl @@ -20,8 +20,7 @@ # Contributor(s): Max Kanat-Alexander use strict; -# Allow the script to be run from contrib or as contrib/recode.pl -use lib '..'; +use lib qw(. lib); use Bugzilla; use Bugzilla::Constants; -- cgit v1.2.3-24-g4f1b