--- trunk/lib/Frey/Introspect.pm 2008/12/10 20:27:56 801 +++ trunk/lib/Frey/Introspect.pm 2008/12/10 20:45:11 802 @@ -108,6 +108,7 @@ my ( $meta, $is_role ) = $self->class_meta; my $class = $self->class; + $self->title( $class ); my $introspect_path = "var/introspect/$class.yaml"; $self->mkbasepath( $introspect_path ); @@ -268,8 +269,6 @@ $self->store( $introspect_path, $introspect ); - $self->title( $class ); - my $has_tests = ''; my @tests = grep { defined $_ } $self->has_tests; if ( @tests ) {