Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix build failure
Seems X<> is not fully supported in =head directives.
Mirroring fix found elsewhere in the docs, by listing X<> before
the =head
  • Loading branch information
zoffixznet committed Jun 18, 2016
1 parent 5195846 commit 7ccc1ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/Type/Signature.pod
Expand Up @@ -426,7 +426,8 @@ However, this unpacking of objects as their attributes is only the default
behavior. To make an object get destructured differently, change its
L<C<Capture>> method.
=head2 X<Long Names>
X<|Long Names>
=head2 Long Names
To avoid to have some arguments to be considered for multiple dispatch
separate them with a double semi-colon.
Expand Down

0 comments on commit 7ccc1ec

Please sign in to comment.