add changes, release date, and bump version
[gitmo/MooseX-Types-Structured.git] / lib / MooseX / Meta / TypeCoercion / Structured.pm
CommitLineData
59deb858 1package ## Hide from PAUSE
2 MooseX::Meta::TypeCoercion::Structured;
16aea7bf 3
4use Moose;
5extends 'Moose::Meta::TypeCoercion';
6
7=head1 NAME
8
9MooseX::Meta::TypeCoercion::Structured - Coerce structured type constraints.
10
11=head1 DESCRIPTION
12
13We need to make sure we can properly coerce the structure elements inside a
574b453d 14structured type constraint. However requirements for the best way to allow
15this are still in flux. For now this class is a placeholder.
16aea7bf 16
17=head1 METHODS
18
19This class defines the following methods.
20
21=head1 SEE ALSO
22
23The following modules or resources may be of interest.
24
25L<Moose>, L<Moose::Meta::TypeCoercion>
26
27=head1 AUTHOR
28
29John Napiorkowski, C<< <jjnapiork@cpan.org> >>
30
31=head1 COPYRIGHT & LICENSE
32
33This program is free software; you can redistribute it and/or modify
34it under the same terms as Perl itself.
35
36=cut
37
aff0f2cd 38__PACKAGE__->meta->make_immutable(inline_constructor => 0);