additional docs
[gitmo/MooseX-MetaDescription.git] / lib / MooseX / MetaDescription.pm
index a2b0b88..3baa9e0 100644 (file)
@@ -38,7 +38,7 @@ MooseX::MetaDescription - A framework for adding additional metadata to Moose cl
         }
     );
 
-    ...
+    my $foo = Foo->new;
     
     $foo->meta->description; # { 'Hello' => 'World' }
     
@@ -60,14 +60,6 @@ metadata to your Moose classes and attributes. This will allow
 you to track out of band data along with attributes, which is 
 very useful for say serializing Moose classes in HTML or XML.
 
-=head1 METHODS 
-
-=over 4
-
-=item B<>
-
-=back
-
 =head1 BUGS
 
 All complex software has bugs lurking in it, and this module is no