0.06
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Number.pm
CommitLineData
31d40d73 1package Moose::Autobox::Number;
2use Moose::Role;
3
4our $VERSION = '0.01';
5
6with 'Moose::Autobox::Value';
7
81;
9
10__END__
11
12=pod
13
14=head1 NAME
15
16Moose::Autobox::Number - the Number role
17
31d40d73 18=head1 DESCRIPTION
19
8937074a 20This is a role to describes a Numeric value.
21
260cc81f 22=head1 METHODS
23
24=over 4
25
26=item B<meta>
27
28=back
29
31d40d73 30=head1 BUGS
31
32All complex software has bugs lurking in it, and this module is no
33exception. If you find a bug please either email me, or add the bug
34to cpan-RT.
35
36=head1 AUTHOR
37
38Stevan Little E<lt>stevan@iinteractive.comE<gt>
39
40=head1 COPYRIGHT AND LICENSE
41
ea4e64bf 42Copyright 2006-2008 by Infinity Interactive, Inc.
31d40d73 43
44L<http://www.iinteractive.com>
45
46This library is free software; you can redistribute it and/or modify
47it under the same terms as Perl itself.
48
49=cut