more-docs
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / List.pm
index b3f9048..1aabd28 100644 (file)
@@ -47,25 +47,29 @@ __END__
 
 Moose::Autobox::List - the List role
 
-=head1 SYNOPOSIS
-
-  use Moose::Autobox;
-  use autobox;
-
 =head1 DESCRIPTION
 
+This is a role to describes a List interface. This is not 
+meant to be any specific Perl type, but instead an interface
+that certain Perl types might implement. Currenly only 
+L<Moose::Autobox::Array> implements this.
+
 =head1 METHODS
 
 =over 4
 
-=item B<meta>
-
 =item B<reduce>
 
 =item B<zip>
 
 =back
 
+=over 4
+
+=item B<meta>
+
+=back
+
 =head1 REQUIRED METHODS
 
 =over 4