Skip to content

Commit

Permalink
Document that we implement Type::API specs
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyink committed Sep 23, 2022
1 parent 38d47f0 commit 7065772
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/Type/Tiny.pm
Expand Up @@ -1726,6 +1726,11 @@ objects which are compatible with Moo, Moose and Mouse.
has favourite_number => (is => "ro", isa => $NUM);
}
Type::Tiny conforms to L<Type::API::Constraint>,
L<Type::API::Constraint::Coercible>,
L<Type::API::Constraint::Constructor>, and
L<Type::API::Constraint::Inlinable>.
Maybe now we won't need to have separate MooseX, MouseX and MooX versions
of everything? We can but hope...
Expand Down

0 comments on commit 7065772

Please sign in to comment.