From: Jesse Luehrs Date: Thu, 11 Nov 2010 17:07:12 +0000 (-0600) Subject: comment X-Git-Tag: 1.9900~30 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7106ce798cda1616255a8944f0005e37e984d36d;p=gitmo%2FMoose.git comment --- diff --git a/lib/Moose/Meta/Class.pm b/lib/Moose/Meta/Class.pm index 1477590..67a9972 100644 --- a/lib/Moose/Meta/Class.pm +++ b/lib/Moose/Meta/Class.pm @@ -364,6 +364,9 @@ sub _inline_check_required_attr { ); } +# XXX: these two are duplicated from cmop, because we have to pass the tc stuff +# through to _inline_set_value - this should probably be fixed, but i'm not +# quite sure how. -doy sub _inline_init_attr_from_constructor { my $self = shift; my ($attr, $idx) = @_;