foo
[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
18=head1 SYNOPOSIS
19
20 use Moose::Autobox;
21 use autobox;
22
23=head1 DESCRIPTION
24
8937074a 25This is the root of our role hierarchy.
26
260cc81f 27=head1 METHODS
28
29=over 4
30
31=item B<meta>
32
33=back
34
35=head1 REQUIRED METHODS
36
37=over 4
38
39=item B<defined>
40
41=back
42
31d40d73 43=head1 BUGS
44
45All complex software has bugs lurking in it, and this module is no
46exception. If you find a bug please either email me, or add the bug
47to cpan-RT.
48
49=head1 AUTHOR
50
51Stevan Little E<lt>stevan@iinteractive.comE<gt>
52
53=head1 COPYRIGHT AND LICENSE
54
55Copyright 2006 by Infinity Interactive, Inc.
56
57L<http://www.iinteractive.com>
58
59This library is free software; you can redistribute it and/or modify
60it under the same terms as Perl itself.
61
62=cut