Skip to content

Commit

Permalink
use head2 for functions, so they show up in the table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge committed Oct 28, 2014
1 parent 1eecec0 commit 4433c75
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions lib/Test/Deep/Type.pm
Original file line number Diff line number Diff line change
Expand Up @@ -145,16 +145,14 @@ might be used in a L<Moo> type constraint).
=head1 FUNCTIONS
=over
=item * C<is_type>
=head2 C<is_type>
Exported by default; to be used within a L<Test::Deep> comparison function
such as L<cmp_deeply|Test::Deep/COMPARISON FUNCTIONS>.
As this module aims to be a solution for many popular
type systems, we attempt to use the type in multiple ways:
=over
=over 4
=item L<MooseX::Types>/L<Moose::Meta::TypeConstraint>-style types:
Expand All @@ -174,8 +172,6 @@ L<Type::Tiny> types fall into this category, and are fully supported.
=back
=back
=for Pod::Coverage
descend
diag_message
Expand Down

0 comments on commit 4433c75

Please sign in to comment.