File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -493,7 +493,7 @@ See L«C<IO::Handle.close>|/type/IO::Handle#routine_close» for details.
493
493
494
494
The same rules apply to L < IO::Handle's|/type/IO::Handle > subclass
495
495
L < IO::Pipe > , which is what you operate on when reading from a L < Proc > you get
496
- with routines L < run > and L < shell > .
496
+ with routines L < run > and L < shell > .
497
497
498
498
The caveat applies to L < IO::CatHandle > type as well, though not as severely.
499
499
See L « C < IO::CatHandle.close > |/type/IO::CatHandle#method_close» for details.
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ filter out Failures:
76
76
77
77
my $num3 = '42'.Int.self;
78
78
# Int type has a .self method, so here $num3 has `42` in it
79
-
79
+
80
80
(my $stuff = '♥'.Int).so;
81
81
say $stuff.self; # OUTPUT: «(HANDLED) Cannot convert string to number…»
82
82
# Here, Failure is handled, so .self just returns it as is
You can’t perform that action at this time.
0 commit comments