Skip to content

Commit 0ad9db1

Browse files
committed
Reflow while preparing for #2824
1 parent 2c66df8 commit 0ad9db1

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

doc/Type/Routine.pod6

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ from the innermost outer Routine).
1616
1717
The routine level is also the one at which
1818
L<multiness|/language/glossary#Multi-Dispatch> (multi subs and multi methods)
19-
are handled.
19+
are handled. Subroutines can also be declared C<anon>. See the L<documentation
20+
on the C<anon> declarator|/language/variables#The_anon_declarator> for more
21+
information.
22+
2023
2124
X<|is default (Routine)>
2225
=head2 X<Trait is default>
@@ -45,8 +48,6 @@ f(); # "Use of uninitialized value $greet..."
4548
In this example, the C<multi> without C<is default> was called because it was
4649
actually narrower than the C<Sub> with it.
4750
48-
Subroutines can also be declared C<anon>. See the L<documentation on the C<anon> declarator|/language/variables#The_anon_declarator> for more information.
49-
5051
=head1 Methods
5152
5253
=head2 method name
@@ -110,10 +111,10 @@ which you can pass to L<unwrap|/routine/unwrap> to restore the original routine.
110111
111112
method unwrap($wraphandle)
112113
113-
Restores the original routine after it has been wrapped with L<wrap|/routine/wrap>. While
114-
the signature allows any type to be passed, only the
115-
L<C<Routine::WrapHandle>|/type/Routine::WrapHandle> type returned from C<wrap>
116-
can usefully be.
114+
Restores the original routine after it has been wrapped with
115+
L<wrap|/routine/wrap>. While the signature allows any type to be passed, only
116+
the L<C<Routine::WrapHandle>|/type/Routine::WrapHandle> type returned from
117+
C<wrap> can usefully be.
117118
118119
=head2 method yada
119120

0 commit comments

Comments
 (0)