/[Frey]/branches/mojo/lib/Frey/Introspect.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/mojo/lib/Frey/Introspect.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 243 by dpavlin, Sun Nov 2 21:24:04 2008 UTC revision 244 by dpavlin, Tue Nov 4 16:40:21 2008 UTC
# Line 214  warn $attr->dump(3); Line 214  warn $attr->dump(3);
214          my $pod = Frey::Pod->new( class => $class )->markup;          my $pod = Frey::Pod->new( class => $class )->markup;
215    
216          use Frey::Run;          use Frey::Run;
217          my $execute = join("\n", map { qq|<a href="/$_/$class">$_</a>| } grep { $class->can($_) } Frey::Run->execute );          my $execute = join("\n", map { qq|<a href="/$class/$_">$_</a>| } grep { $class->can($_) } Frey::Run->execute );
218          $execute = " execute: $execute" if $execute;          $execute = " execute: $execute" if $execute;
219    
220          my $html = $self->page(          my $html = $self->page(

Legend:
Removed from v.243  
changed lines
  Added in v.244

  ViewVC Help
Powered by ViewVC 1.1.26