From: Jesse Luehrs Date: Fri, 6 May 2011 22:34:25 +0000 (-0500) Subject: clean up docs of blessed and confess X-Git-Tag: 2.0003~41 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=84522dcf9f3bc66db526ecf9444fe18a7d7835b5;p=gitmo%2FMoose.git clean up docs of blessed and confess --- diff --git a/lib/Moose.pm b/lib/Moose.pm index 692b03a..96b0b89 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -795,16 +795,16 @@ an C method. You can think of C as being the inverse of C; the details of how C and C work is best described in the L. -=item B +=item B -This is the C function, and exported here because I use it -all the time. +This is the C function. It is highly recommended that +this is used instead of C anywhere you need to test for an object's class +name. -=item B +=item B -This is the C function. It is exported here because I -use it all the time. It is highly recommended that this is used instead of -C anywhere you need to test for an object's class name. +This is the C function, and exported here for historical +reasons. =back