0.06
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Ref.pm
index f4a2562..77570c3 100644 (file)
@@ -1,7 +1,7 @@
 package Moose::Autobox::Ref;     
 use Moose::Role 'with';
 
-our $VERSION = '0.01';
+our $VERSION = '0.03';
 
 with 'Moose::Autobox::Defined';
 
@@ -15,12 +15,17 @@ __END__
 
 Moose::Autobox::Ref - the Ref role
 
-=head1 SYNOPOSIS
+=head1 DESCRIPTION
 
-  use Moose::Autobox;
-  use autobox;
+This is a role to describes a reference value. 
 
-=head1 DESCRIPTION
+=head1 METHODS
+
+=over 4
+
+=item B<meta>
+
+=back
 
 =head1 BUGS
 
@@ -34,11 +39,11 @@ Stevan Little E<lt>stevan@iinteractive.comE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2006 by Infinity Interactive, Inc.
+Copyright 2006-2008 by Infinity Interactive, Inc.
 
 L<http://www.iinteractive.com>
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.
 
-=cut
\ No newline at end of file
+=cut