From: Hans Dieter Pearcey Date: Fri, 8 May 2009 03:05:48 +0000 (-0400) Subject: clarify class_of X-Git-Tag: 0.84~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3fa5b3f969cd8cc0a5a2b0a7e762e826d41f9774;p=gitmo%2FClass-MOP.git clarify class_of --- diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm index 791b95b..c34ea63 100644 --- a/lib/Class/MOP.pm +++ b/lib/Class/MOP.pm @@ -946,9 +946,9 @@ from. =item B -This will return the metaclass of the given instance or class name. -Even if the class lacks a metaclass, no metaclass will be initialized -and C will be returned. +This will return the metaclass of the given instance or class name. If the +class lacks a metaclass, no metaclass will be initialized, and C will be +returned. =item B