From: Dave Rolsky Date: Wed, 27 Aug 2008 16:37:55 +0000 (+0000) Subject: Remove some comments that are bogus now that we check is_pristine and X-Git-Tag: 0.55_04~2^2~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0658c1cd8cd8c1e7a11cfa1530cc66aeac77b7a9;p=gitmo%2FMoose.git Remove some comments that are bogus now that we check is_pristine and blow up if that is not true. --- diff --git a/lib/Moose/Meta/Class.pm b/lib/Moose/Meta/Class.pm index cecf9fb..f0a72c2 100644 --- a/lib/Moose/Meta/Class.pm +++ b/lib/Moose/Meta/Class.pm @@ -322,15 +322,6 @@ sub _fix_metaclass_incompatability { . ", it isn't pristine"; } - # also check values %{ $self->get_method_map } for any generated methods - - # NOTE: - # We might want to consider actually - # transfering any attributes from the - # original meta into this one, but in - # general you should not have any there - # at this point anyway, so it's very - # much an obscure edge case anyway $self = $meta->reinitialize( $self->name, attribute_metaclass => $meta->attribute_metaclass,