diff options
-rwxr-xr-x | checksetup.pl | 3 |
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; |