--- branches/mojo/lib/Frey/Introspect.pm 2008/11/02 21:24:04 243 +++ branches/mojo/lib/Frey/Introspect.pm 2008/11/04 16:40:21 244 @@ -214,7 +214,7 @@ my $pod = Frey::Pod->new( class => $class )->markup; use Frey::Run; - my $execute = join("\n", map { qq|$_| } grep { $class->can($_) } Frey::Run->execute ); + my $execute = join("\n", map { qq|$_| } grep { $class->can($_) } Frey::Run->execute ); $execute = " execute: $execute" if $execute; my $html = $self->page(