From: mkanat%bugzilla.org <> Date: Mon, 26 Mar 2007 09:33:49 +0000 (+0000) Subject: There was an additional patch in bug 375357 that was accidentally checked-in, that... X-Git-Tag: bugzilla-3.1.2~258 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8efd74dbba16ab40bc544c8357ec9e6f7995adf;p=thirdparty%2Fbugzilla.git There was an additional patch in bug 375357 that was accidentally checked-in, that wasn't part of that bug. --- diff --git a/checksetup.pl b/checksetup.pl index 91055588b2..81eab9b876 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -44,9 +44,6 @@ use strict; use 5.008; -# If we've installed modules into the local directory, we want to -# be sure that the local directory comes first in @INC. -use lib '.'; use File::Basename; use Getopt::Long qw(:config bundling); use Pod::Usage;