--- trunk/lib/Frey/Introspect.pm 2008/11/05 08:20:59 288 +++ trunk/lib/Frey/Introspect.pm 2008/11/05 08:21:01 290 @@ -172,11 +172,12 @@ } $after .= ' '; } - qq|$before $_$after| + my $type = $attr->has_type_constraint ? $attr->type_constraint->name : ''; + qq|$before $_$type$after| } sort $meta->get_attribute_list } - my $table = qq||; + my $table = qq|
MethodsAttributesProperties
|; while ( @methods || @attributes ) { my ($m,$a) = ( shift @methods, shift @attributes ); $m ||= '';
MethodsAttributesTypeProperties