Pod fixlet
Dave Rolsky [Mon, 16 Mar 2009 04:57:58 +0000 (23:57 -0500)]
lib/Class/MOP/Class.pm

index 5e50e76..6a049b8 100644 (file)
@@ -1265,7 +1265,7 @@ like constructor parameters and used to initialize the object's
 attributes. Any existing attributes that are already set will be
 overwritten.
 
-=item B<< $metaclass->new_object(%params) >
+=item B<< $metaclass->new_object(%params) >>
 
 This method is used to create a new object of the metaclass's
 class. Any parameters you provide are used to initialize the