From: Dave Rolsky Date: Thu, 4 Dec 2008 17:52:03 +0000 (+0000) Subject: Fix comment which totally disagreed with code it commented on X-Git-Tag: 0.71_02~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1aa13cf406856afe42f717df4d6d1b36885581d8;p=gitmo%2FClass-MOP.git Fix comment which totally disagreed with code it commented on --- diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm index 79608af..712bc6c 100644 --- a/lib/Class/MOP.pm +++ b/lib/Class/MOP.pm @@ -653,12 +653,8 @@ undef Class::MOP::Instance->meta->{_package_cache_flag}; ## -------------------------------------------------------- ## Now close all the Class::MOP::* classes -# NOTE: -# we don't need to inline the -# constructors or the accessors -# this only lengthens the compile -# time of the MOP, and gives us -# no actual benefits. +# NOTE: we don't need to inline the the accessors this only lengthens +# the compile time of the MOP, and gives us no actual benefits. $_->meta->make_immutable( inline_constructor => 1,