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