Skip to content

Commit d3f3d0c

Browse files
committed
index @inc and %INC
1 parent 7ff9021 commit d3f3d0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/Language/5to6-perlvar.pod6

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ moot point, as the Perl 5 to Perl 6 Translation doc indicates that the C<-a>
171171
and C<-F> command-line switches are not yet implemented in rakudo.
172172
173173
=item @INC
174+
X<|@INC (Perl 5)>
174175
175176
No longer exists in Perl 6. Please use "use lib" to manipulate the
176177
module repositories to be searched. The closest thing to @INC is
@@ -181,6 +182,7 @@ because of the precompilation capabilities of Perl 6.
181182
.say for $*REPO.repo-chain;
182183
183184
=item %INC
185+
X<|%INC (Perl 5)>
184186
185187
No longer exists in Perl 6. Because each Repository is responsible for
186188
remembering which modules have been loaded already. You can get a list

0 commit comments

Comments
 (0)