From: Dave Rolsky Date: Tue, 2 Sep 2008 16:17:27 +0000 (+0000) Subject: Clarify public-ness of Class::MOP functions X-Git-Tag: 0.66~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1e7b526a17f831acd106ca58d71eec0978ec85dc;p=gitmo%2FClass-MOP.git Clarify public-ness of Class::MOP functions --- diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm index dc419ab..6b4c569 100644 --- a/lib/Class/MOP.pm +++ b/lib/Class/MOP.pm @@ -844,7 +844,10 @@ subclasses of a certain class. =head2 Utility functions -Note that these are all called as B. +Note that these are all called as B. They are +"public" in the sense that they're documented for use by other +Class::MOP and Moose modules, but they're not really intended for use +in end-user code. =over 4