From: Dave Rolsky Date: Mon, 22 Jun 2009 13:28:37 +0000 (-0500) Subject: Remove references to Moose X-Git-Tag: 0.88~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bb422e7691a2ef033d2655566b8785f86b8af89c;p=gitmo%2FClass-MOP.git Remove references to Moose --- diff --git a/lib/Class/MOP/Class.pm b/lib/Class/MOP/Class.pm index 8bc3802..81e4ebe 100644 --- a/lib/Class/MOP/Class.pm +++ b/lib/Class/MOP/Class.pm @@ -1418,10 +1418,10 @@ does nothing; it is merely a hook. This method is used to create a new object of the metaclass's class. Any parameters you provide are used to initialize the instance's attributes. A special C<__INSTANCE__> key can be passed to -provide an already generated instance, rather than having Moose +provide an already generated instance, rather than having Class::MOP generate it for you. This is mostly useful for using Class::MOP with foreign classes, which generally generate instances using their own -constructor. See L for more information. +constructor. =item B<< $metaclass->instance_metaclass >>