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