Remove references to Moose
Dave Rolsky [Mon, 22 Jun 2009 13:28:37 +0000 (08:28 -0500)]
lib/Class/MOP/Class.pm

index 8bc3802..81e4ebe 100644 (file)
@@ -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<Moose::Cookbook::Basics::Recipe11> for more information.
+constructor.
 
 =item B<< $metaclass->instance_metaclass >>