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