This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Oops. Forgot to add this.
[perl5.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index fb2d5cd..42ce893 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -527,7 +527,7 @@ One can still revert to the old guaranteed repeatable order (and be
 vulnerable to attack by wily crackers) by setting the environment
 variable PERL_HASH_SEED, see L<perlrun/PERL_HASH_SEED>.  Another option
 is to add -DUSE_HASH_SEED_EXPLICIT to the compilation flags (for
-example by using C<Configure -Accflags=-DUSE_HAS_SEED_EXPLICIT>), in
+example by using C<Configure -Accflags=-DUSE_HASH_SEED_EXPLICIT>), in
 which case one has to explicitly set the PERL_HASH_SEED environment
 variable to enable the security feature, or by adding -DNO_HASH_SEED to
 the compilation flags to completely disable the randomisation feature.
@@ -849,8 +849,9 @@ run-time methods: $PERLLIB, $PERL5LIB, -I, use lib, etc.
 
 Run-time customization of @INC can be enabled with:
 
-       sh Configure -Accflags=-DUSE_SITECUSTOMIZE
+       sh Configure -Dusesitecustomize
 
+Which will define USE_SITECUSTOMIZE and $Config{usesitecustomize}.
 When enabled, make perl run F<$sitelibexp/sitecustomize.pl> before
 anything else.  This script can then be set up to add additional
 entries to @INC.