Skip to content

Commit

Permalink
Document PERL6_HOME and NQP_HOME.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbkr authored and PatZim committed Mar 20, 2019
1 parent f76db01 commit 9196db5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/Perl6/Compiler.nqp
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,15 @@ and, by default, also executes the compiled code.
Note that only boolean single-letter options may be bundled.
To modify the include path, you can set the PERL6LIB environment variable:
The following environment variables are respected:
PERL6LIB Modify the module search path
PERL6_HOME Override the path of the Perl6 runtime files
NQP_HOME Override the path of the NQP runtime files
PERL6LIB="lib" perl6 example.pl
); # end of usage statement

nqp::exit(0);
Expand Down

0 comments on commit 9196db5

Please sign in to comment.