Skip to content

Commit 1952ca2

Browse files
committed
Moves links and reflows refs #2420
1 parent 314ce72 commit 1952ca2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/Type/Routine.pod6

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,16 +101,18 @@ original routine with the C<callsame>, C<callwith>, C<nextsame> and
101101
C<nextwith> dispatchers. The return value from the routine is also
102102
the return value from the wrapper.
103103
104-
C<wrap> returns an instance of a private class called L<WrapHandle|/type/WrapHandle>,
104+
C<wrap> returns an instance of a private class called
105+
L<C<Routine::WrapHandle>|/type/Routine::WrapHandle>,
105106
which you can pass to L<unwrap> to restore the original routine.
106107
107108
=head2 method unwrap
108109
109110
method unwrap($wraphandle)
110111
111112
Restores the original routine after it has been wrapped with L<wrap>. While
112-
the signature allows any type to be passed, only the L<WrapHandle|/type/WrapHandle>
113-
type returned from C<wrap> can usefully be.
113+
the signature allows any type to be passed, only the
114+
L<C<Routine::WrapHandle>|/type/Routine::WrapHandle> type returned from C<wrap>
115+
can usefully be.
114116
115117
=head2 method yada
116118

0 commit comments

Comments
 (0)