lots of documentation changes, some refactoring too
[gitmo/Class-MOP.git] / lib / Class / MOP / Module.pm
index c373bd8..1611362 100644 (file)
@@ -59,10 +59,18 @@ Class::MOP::Module - Module Meta Object
 
 =item B<version>
 
+This is a read-only attribute which returns the C<$VERSION> of the 
+package for the given instance.
+
 =item B<authority>
 
+This is a read-only attribute which returns the C<$AUTHORITY> of the 
+package for the given instance.
+
 =item B<identifier>
 
+This constructs a string of the name, version and authrity.
+
 =back
 
 =head1 AUTHORS