more-docs
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Ref.pm
CommitLineData
5f654d8e 1package Moose::Autobox::Ref;
2use Moose::Role 'with';
3
4our $VERSION = '0.01';
5
6with 'Moose::Autobox::Defined';
7
31d40d73 81;
6cf5bcf2 9
31d40d73 10__END__
6cf5bcf2 11
31d40d73 12=pod
13
14=head1 NAME
15
16Moose::Autobox::Ref - the Ref role
17
31d40d73 18=head1 DESCRIPTION
19
8937074a 20This is a role to describes a reference 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
42Copyright 2006 by Infinity Interactive, Inc.
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