--- trunk/lib/Frey/Introspect.pm 2008/11/17 19:08:31 381 +++ trunk/lib/Frey/Introspect.pm 2008/11/18 00:55:56 393 @@ -188,10 +188,9 @@ @attributes = map { my $name = $_; my $attr = $meta->get_attribute($name); - warn "## ref attr: ",ref( $attr ); + warn "## attr $name ref ",ref( $attr ) if $self->debug; my ( $before, $title, $after ) = ( '', '', '' ); ( $before, $title, $after ) = ( '', ' title="required"', '' ) if $attr->is_required; -warn $attr->dump(3); foreach my $check ( qw/has_type_constraint has_handles is_weak_ref is_required is_lazy should_coerce should_auto_deref has_default has_trigger has_documentation has_applied_traits/ ) { my $getter;