X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FInstance.pm;h=7967eef040128564663fff658b89035e26661b0a;hb=1cbf42dfef434a0e64d840c3c4238dc33b9abe86;hp=700ec758e4fe5dd5dd091bb0cd455c55949209fb;hpb=cf11901eebe04a2999c1d43c484c2bcb31023bad;p=gitmo%2FClass-MOP.git 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