From: Dave Rolsky Date: Sat, 21 Mar 2009 14:45:13 +0000 (-0500) Subject: add INHERITANCE section to classes that already have revised docs X-Git-Tag: 0.72_01~46 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d4b1449e59174699acbd12538072a3019d0673d2;p=gitmo%2FMoose.git add INHERITANCE section to classes that already have revised docs --- diff --git a/lib/Moose/Meta/Attribute.pm b/lib/Moose/Meta/Attribute.pm index 9ed74a5..4f6ed79 100644 --- a/lib/Moose/Meta/Attribute.pm +++ b/lib/Moose/Meta/Attribute.pm @@ -757,6 +757,10 @@ L documentation. This class can be understood as a set of additional features on top of the basic feature provided by that parent class. +=head1 INHERITANCE + +C is a subclass of L. + =head1 METHODS Many of the documented below override methods in diff --git a/lib/Moose/Meta/Class.pm b/lib/Moose/Meta/Class.pm index 798bc49..1744fe1 100644 --- a/lib/Moose/Meta/Class.pm +++ b/lib/Moose/Meta/Class.pm @@ -644,6 +644,10 @@ L documentation. This class can be understood as a set of additional features on top of the basic feature provided by that parent class. +=head1 INHERITANCE + +C is a subclass of L. + =head1 METHODS =over 4 diff --git a/lib/Moose/Meta/Instance.pm b/lib/Moose/Meta/Instance.pm index 43993e4..50279c0 100644 --- a/lib/Moose/Meta/Instance.pm +++ b/lib/Moose/Meta/Instance.pm @@ -37,6 +37,10 @@ APIs in turn call the methods in this class as appropriate. At present, this is an empty subclass of L, so you should see that class for all API details. +=head1 INHERITANCE + +C is a subclass of L. + =head1 BUGS All complex software has bugs lurking in it, and this module is no diff --git a/lib/Moose/Meta/Method.pm b/lib/Moose/Meta/Method.pm index 2b8a820..3eb8739 100644 --- a/lib/Moose/Meta/Method.pm +++ b/lib/Moose/Meta/Method.pm @@ -47,6 +47,10 @@ additional Moose-specific functionality, all of which is private. To understand this class, you should read the the L documentation. +=head1 INHERITANCE + +C is a subclass of L. + =head1 BUGS All complex software has bugs lurking in it, and this module is no