updated changelog in preparation for release, added immutable to files that needed...
[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
14structured type constraint.
15
16This class is TDB once we fully understand the requirements for deep coercions.
17
18=head1 METHODS
19
20This class defines the following methods.
21
22=head1 SEE ALSO
23
24The following modules or resources may be of interest.
25
26L<Moose>, L<Moose::Meta::TypeCoercion>
27
28=head1 AUTHOR
29
30John Napiorkowski, C<< <jjnapiork@cpan.org> >>
31
32=head1 COPYRIGHT & LICENSE
33
34This program is free software; you can redistribute it and/or modify
35it under the same terms as Perl itself.
36
37=cut
38
d8547fef 39__PACKAGE__->meta->make_immutable;