summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
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;