Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add note about PERL6LIB being a developer convenience
Thanks to masak++ for pointing this out
  • Loading branch information
Paul Cochrane committed Mar 31, 2015
1 parent 335b030 commit aa53797
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/Language/5to6.pod
Expand Up @@ -1073,6 +1073,12 @@ library path within the program via the C<use lib> pragma:
use lib '/some/module/lib'
Note that C<PERL6LIB> is more of a developer convenience in Perl6 (as
opposed to the equivalent usage of C<PERL5LIB> in Perl5) and shouldn't be
used by module consumers as it could be removed in the future. This is
because Perl6's module loading isn't directly compatible with operating
system paths.
=head2 Misc.
=head3 C<dump>
Expand Down

0 comments on commit aa53797

Please sign in to comment.