--- trunk/lib/Frey/ClassBrowser.pm 2008/11/05 20:12:50 313 +++ trunk/lib/Frey/ClassBrowser.pm 2008/11/05 20:18:33 314 @@ -22,7 +22,7 @@ } my @inspect; push @inspect, qq|collection| if $class->can('collection_table'); - foreach my $try ( Frey::Run->execute ) { + foreach my $try ( Frey::Run->runnable ) { push @inspect, qq|$try| if $class->can($try); } $html .= qq|| . join(' ', @inspect) . qq||;