This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
stdize_locale not used in POSIX.
[perl5.git] / installman
index 201be21..3f83909 100755 (executable)
@@ -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;