summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2007-03-26 11:33:49 +0200
committermkanat%bugzilla.org <>2007-03-26 11:33:49 +0200
commite8efd74dbba16ab40bc544c8357ec9e6f7995adf (patch)
treefb7c8db4a2702c21c65846f0f6026d10b470661a /checksetup.pl
parent0a152b4142b04ab78c6247365533d3b8b8acaf43 (diff)
downloadbugzilla-e8efd74dbba16ab40bc544c8357ec9e6f7995adf.tar.gz
bugzilla-e8efd74dbba16ab40bc544c8357ec9e6f7995adf.tar.xz
There was an additional patch in bug 375357 that was accidentally checked-in, that wasn't part of that bug.
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 91055588b..81eab9b87 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;