Skip to content

Commit 32d8fe2

Browse files
committed
Revert "make searchable"
This reverts commit 897f15e.
1 parent 155e9da commit 32d8fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/5to6-nutshell.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1205,7 +1205,7 @@ Perl modules is C<PERL5LIB>.
12051205
$ PERL5LIB="/some/module/lib" perl program.pl
12061206
12071207
In Perl 6 this is similar, one merely needs to change a number! As you
1208-
probably guessed, you just need to use C<X<PERL6LIB>>:
1208+
probably guessed, you just need to use C<PERL6LIB>:
12091209
12101210
$ PERL6LIB="/some/module/lib" perl6 program.p6
12111211

0 commit comments

Comments
 (0)