move meta directory
[gitmo/MooseX-Dependent.git] / lib / MooseX / Dependent / Meta / TypeCoercion / Dependent.pm
CommitLineData
3cfd35fd 1package ## Hide from PAUSE
2 MooseX::Meta::TypeCoercion::Dependent;
3
4use Moose;
5extends 'Moose::Meta::TypeCoercion';
6
7=head1 NAME
8
9MooseX::Meta::TypeCoercion::Dependent - Coerce structured type constraints.
10
11=head1 DESCRIPTION
12
13TBD
14
15=head1 METHODS
16
17This class defines the following methods.
18
19=head1 SEE ALSO
20
21The following modules or resources may be of interest.
22
23L<Moose>, L<Moose::Meta::TypeCoercion>
24
25=head1 AUTHOR
26
27John Napiorkowski, C<< <jjnapiork@cpan.org> >>
28
29=head1 COPYRIGHT & LICENSE
30
31This program is free software; you can redistribute it and/or modify
32it under the same terms as Perl itself.
33
34=cut
35
36__PACKAGE__->meta->make_immutable;