0.02
[gitmo/MooseX-MetaDescription.git] / lib / MooseX / MetaDescription / Description.pm
index 5e0298b..03c87fd 100644 (file)
@@ -1,7 +1,7 @@
 package MooseX::MetaDescription::Description;
 use Moose;
 
-our $VERSION   = '0.01';
+our $VERSION   = '0.02';
 our $AUTHORITY = 'cpan:STEVAN';
 
 has 'descriptor' => (
@@ -35,6 +35,10 @@ attribute it is describing.
 
 The actual attribute that is being described.
 
+=item B<meta>
+
+The Moose metaclass.
+
 =back
 
 =head1 BUGS