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.80_01~42 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1cbf42dfef434a0e64d840c3c4238dc33b9abe86;hp=cf11901eebe04a2999c1d43c484c2bcb31023bad;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 91a6517..0583911 100644 --- a/lib/Class/MOP/Class.pm +++ b/lib/Class/MOP/Class.pm @@ -1160,11 +1160,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 700ec75..7967eef 100644 --- a/lib/Class/MOP/Instance.pm +++ b/lib/Class/MOP/Instance.pm @@ -226,7 +226,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