Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Moves links and reflows refs #2420
  • Loading branch information
JJ committed Oct 28, 2018
1 parent 314ce72 commit 1952ca2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/Type/Routine.pod6
Expand Up @@ -101,16 +101,18 @@ original routine with the C<callsame>, C<callwith>, C<nextsame> and
C<nextwith> dispatchers. The return value from the routine is also
the return value from the wrapper.
C<wrap> returns an instance of a private class called L<WrapHandle|/type/WrapHandle>,
C<wrap> returns an instance of a private class called
L<C<Routine::WrapHandle>|/type/Routine::WrapHandle>,
which you can pass to L<unwrap> to restore the original routine.
=head2 method unwrap
method unwrap($wraphandle)
Restores the original routine after it has been wrapped with L<wrap>. While
the signature allows any type to be passed, only the L<WrapHandle|/type/WrapHandle>
type returned from C<wrap> can usefully be.
the signature allows any type to be passed, only the
L<C<Routine::WrapHandle>|/type/Routine::WrapHandle> type returned from C<wrap>
can usefully be.
=head2 method yada
Expand Down

0 comments on commit 1952ca2

Please sign in to comment.