cleaning up
[gitmo/Moose.git] / lib / Moose / Meta / TypeCoercion.pm
CommitLineData
6bf30233 1
2package Moose::Meta::TypeCoercion;
3
4use strict;
5use warnings;
6use metaclass;
7
8use Carp 'confess';
9
10our $VERSION = '0.01';
11
121;
13
14__END__
15
16=pod
17
18=head1 NAME
19
20Moose::Meta::TypeCoercion - The Moose Type Coercion metaobject
21
22=head1 SYNOPSIS
23
24=head1 DESCRIPTION
25
26=head1 METHODS
27
28=over 4
29
30=item B<meta>
31
32=back
33
34=head1 BUGS
35
36All complex software has bugs lurking in it, and this module is no
37exception. If you find a bug please either email me, or add the bug
38to cpan-RT.
39
40=head1 AUTHOR
41
42Stevan Little E<lt>stevan@iinteractive.comE<gt>
43
44=head1 COPYRIGHT AND LICENSE
45
46Copyright 2006 by Infinity Interactive, Inc.
47
48L<http://www.iinteractive.com>
49
50This library is free software; you can redistribute it and/or modify
51it under the same terms as Perl itself.
52
53=cut