inheriting class desc
[gitmo/MooseX-MetaDescription.git] / lib / MooseX / MetaDescription / Description.pm
index 12ece5a..99ed908 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' => (
@@ -19,19 +19,21 @@ __END__
 
 =head1 NAME
 
-MooseX::MetaDescription::Description - A Moosey solution to this problem
-
-=head1 SYNOPSIS
-
-  use MooseX::MetaDescription::Description;
+MooseX::MetaDescription::Description - A base class for Meta Descriptions
 
 =head1 DESCRIPTION
 
+This is a base class for building more complex custom meta-description
+classes. All it does by default is to provide a back-link to the original
+attribute it is describing.
+
 =head1 METHODS 
 
 =over 4
 
-=item B<>
+=item B<descriptor>
+
+The actual attribute that is being described.
 
 =back