You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manipulate where modules are looked up at compile time. The underlying logic
1275
-
is B<very> different from Perl 5, but in most cases, C<use lib> in Perl 6
1276
-
works the same as in Perl 5.
1275
+
Manipulate where modules are looked up at compile time. The underlying logic is
1276
+
B<very> different from Perl 5, but in the case you are using a equivalent
1277
+
syntax, C<use lib> in Perl 6 works the same as in Perl 5.
1277
1278
1278
1279
=head3C<mro>
1279
1280
@@ -1370,7 +1371,8 @@ This is now the default behavior.
1370
1371
1371
1372
=itemC<-S>, C<-T>.
1372
1373
1373
-
This has been eliminated. Several ways to L<replicate "taint" mode are discussed in Reddit|https://www.reddit.com/r/perl6/comments/718z4o/taint_mode_for_perl_6/>.
1374
+
This has been eliminated. Several ways to
1375
+
L<replicate "taint" mode are discussed in Reddit|https://www.reddit.com/r/perl6/comments/718z4o/taint_mode_for_perl_6/>.
1374
1376
1375
1377
=head1File-related operations
1376
1378
@@ -1408,7 +1410,7 @@ the C<lines> method on the result of C<slurp> instead:
1408
1410
1409
1411
my @lines = "test-file".IO.slurp.lines; # also auto-chomps
1410
1412
1411
-
=head2Trapping the standard output of executables.
1413
+
=head2Capturing the standard output of executables.
0 commit comments