From: Dave Rolsky Date: Wed, 25 Mar 2009 22:10:17 +0000 (-0500) Subject: Add inheritance section X-Git-Tag: 0.72_01~21 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cf3bb5c56206539edb4ceb7e6a665071f0baa9ea;p=gitmo%2FMoose.git Add inheritance section --- diff --git a/lib/Moose/Meta/Role.pm b/lib/Moose/Meta/Role.pm index 804e78e..6fd310a 100644 --- a/lib/Moose/Meta/Role.pm +++ b/lib/Moose/Meta/Role.pm @@ -729,6 +729,10 @@ additional Moose-specific functionality. It's API looks a lot like L, but internally it implements many things differently. This may change in the future. +=head1 INHERITANCE + +C is a subclass of L. + =head1 METHODS =head2 Construction