summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 81eab9b87..91055588b 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -44,6 +44,9 @@
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;