Add inheritance section
Dave Rolsky [Wed, 25 Mar 2009 22:10:17 +0000 (17:10 -0500)]
lib/Moose/Meta/Role.pm

index 804e78e..6fd310a 100644 (file)
@@ -729,6 +729,10 @@ additional Moose-specific functionality.
 It's API looks a lot like L<Moose::Meta::Class>, but internally it
 implements many things differently. This may change in the future.
 
+=head1 INHERITANCE
+
+C<Moose::Meta::Role> is a subclass of L<Class::MOP::Module>.
+
 =head1 METHODS
 
 =head2 Construction