summaryrefslogtreecommitdiff
path: root/installman
diff options
context:
space:
mode:
Diffstat (limited to 'installman')
-rwxr-xr-xinstallman3
1 files changed, 3 insertions, 0 deletions
diff --git a/installman b/installman
index 201be21da2..3f83909d42 100755
--- a/installman
+++ b/installman
@@ -1,10 +1,13 @@
#!./perl -w
+
BEGIN {
@INC = qw(lib);
# This needs to be at BEGIN time, before any use of Config
+ # install_lib itself loads and imports Config into main::
require './install_lib.pl';
}
+
use strict;
use Getopt::Long;