Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
make searchable
  • Loading branch information
tbrowder committed May 1, 2016
1 parent bceb198 commit 897f15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/5to6-nutshell.pod
Expand Up @@ -1205,7 +1205,7 @@ Perl modules is C<PERL5LIB>.
$ PERL5LIB="/some/module/lib" perl program.pl
In Perl 6 this is similar, one merely needs to change a number! As you
probably guessed, you just need to use C<PERL6LIB>:
probably guessed, you just need to use C<X<PERL6LIB>>:
$ PERL6LIB="/some/module/lib" perl6 program.p6
Expand Down

0 comments on commit 897f15e

Please sign in to comment.