From: Dave Rolsky Date: Tue, 17 Mar 2009 14:32:23 +0000 (-0500) Subject: use X Protocol phrase in docs for each module X-Git-Tag: 0.78_01~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ba1b8aa2501931b5620a23ef5f92659cf91da3a3;p=gitmo%2FClass-MOP.git use X Protocol phrase in docs for each module --- diff --git a/lib/Class/MOP/Class.pm b/lib/Class/MOP/Class.pm index b29d2dc..9ae9bdb 100644 --- a/lib/Class/MOP/Class.pm +++ b/lib/Class/MOP/Class.pm @@ -1133,11 +1133,11 @@ Class::MOP::Class - Class Meta Object =head1 DESCRIPTION -This is the largest and most complex part of the Class::MOP -meta-object protocol. It controls the introspection and manipulation -of Perl 5 classes, and it can create them as well. The best way to -understand what this module can do, is to read the documentation for -each of its methods. +The Class Protocol is the largest and most complex part of the +Class::MOP meta-object protocol. It controls the introspection and +manipulation of Perl 5 classes, and it can create them as well. The +best way to understand what this module can do, is to read the +documentation for each of its methods. =head1 INHERITANCE diff --git a/lib/Class/MOP/Instance.pm b/lib/Class/MOP/Instance.pm index 16dd6e0..aefc960 100644 --- a/lib/Class/MOP/Instance.pm +++ b/lib/Class/MOP/Instance.pm @@ -223,7 +223,7 @@ Class::MOP::Instance - Instance Meta Object =head1 DESCRIPTION -The meta instance API controls the creation of object instances, and +The Instance Protocol controls the creation of object instances, and the storage of attribute values in those instances. Using this API directly in your own code violates encapsulation, and