File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -680,6 +680,10 @@ All these forms may produce a return value the same way C<loop> does.
680
680
681
681
= comment TODO
682
682
683
+ = head1 X < return-rw|control flow >
684
+
685
+ Same as C < return > , but returns a writable container.
686
+
683
687
= head1 X < once|control flow >
684
688
685
689
A block prefix with C < once > will be executed exactly once, even if placed inside a
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ produces
156
156
= end code
157
157
158
158
Note that C < return > marks return values as read only; if you need an early
159
- exit from an C < is rw > routine, you have to use C < return-rw > instead.
159
+ exit from an C < is rw > routine, you have to use X < C < return-rw > | return-rw> instead.
160
160
161
161
= head2 trait is export
162
162
You can’t perform that action at this time.
0 commit comments