Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
make searchable in a way that works
  • Loading branch information
zoffixznet committed May 1, 2016
1 parent 32d8fe2 commit 232d81e
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 X<C<PERL6LIB>|PERL6LIB>:
$ PERL6LIB="/some/module/lib" perl6 program.p6
Expand Down

0 comments on commit 232d81e

Please sign in to comment.