Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
index @inc and %INC
  • Loading branch information
gfldex committed Nov 14, 2016
1 parent 7ff9021 commit d3f3d0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/Language/5to6-perlvar.pod6
Expand Up @@ -171,6 +171,7 @@ moot point, as the Perl 5 to Perl 6 Translation doc indicates that the C<-a>
and C<-F> command-line switches are not yet implemented in rakudo.
=item @INC
X<|@INC (Perl 5)>
No longer exists in Perl 6. Please use "use lib" to manipulate the
module repositories to be searched. The closest thing to @INC is
Expand All @@ -181,6 +182,7 @@ because of the precompilation capabilities of Perl 6.
.say for $*REPO.repo-chain;
=item %INC
X<|%INC (Perl 5)>
No longer exists in Perl 6. Because each Repository is responsible for
remembering which modules have been loaded already. You can get a list
Expand Down

0 comments on commit d3f3d0c

Please sign in to comment.