comment
Jesse Luehrs [Thu, 11 Nov 2010 17:07:12 +0000 (11:07 -0600)]
lib/Moose/Meta/Class.pm

index 1477590..67a9972 100644 (file)
@@ -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) = @_;