From: Dave Rolsky Date: Sun, 5 Apr 2009 16:26:43 +0000 (-0500) Subject: Fix some comments referencing renamed methods X-Git-Tag: 0.80_01~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c2b256bcad1d06cf1cfa03fd95b76faef16c70ea;p=gitmo%2FClass-MOP.git Fix some comments referencing renamed methods --- diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm index 2f144ba..ab68861 100644 --- a/lib/Class/MOP.pm +++ b/lib/Class/MOP.pm @@ -178,7 +178,7 @@ sub _is_valid_class_name { # We need to add in the meta-attributes here so that # any subclass of Class::MOP::* will be able to -# inherit them using &construct_instance +# inherit them using _construct_instance ## -------------------------------------------------------- ## Class::MOP::Package @@ -364,7 +364,7 @@ Class::MOP::Class->meta->add_attribute( # we don't actually need to tie the knot with # Class::MOP::Class here, it is actually handled # within Class::MOP::Class itself in the -# construct_class_instance method. +# _construct_class_instance method. ## -------------------------------------------------------- ## Class::MOP::Attribute