--- trunk/lib/Frey/Introspect.pm 2008/11/05 20:18:33 314 +++ trunk/lib/Frey/Introspect.pm 2008/11/08 16:12:39 331 @@ -185,6 +185,7 @@ @attributes = map { my $name = $_; my $attr = $meta->get_attribute($name); + warn "## ref attr: ",ref( $attr ); my ( $before, $title, $after ) = ( '', '', '' ); ( $before, $title, $after ) = ( '', ' title="required"', '' ) if $attr->is_required; warn $attr->dump(3);