/[Frey]/trunk/lib/Frey/ClassBrowser.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 /trunk/lib/Frey/ClassBrowser.pm

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

revision 313 by dpavlin, Wed Nov 5 19:13:01 2008 UTC revision 314 by dpavlin, Wed Nov 5 20:18:33 2008 UTC
# Line 22  sub markup { Line 22  sub markup {
22                  }                  }
23                  my @inspect;                  my @inspect;
24                  push @inspect, qq|<a href="/Frey-ObjectBrowser?class=$class">collection</a>| if $class->can('collection_table');                  push @inspect, qq|<a href="/Frey-ObjectBrowser?class=$class">collection</a>| if $class->can('collection_table');
25                  foreach my $try ( Frey::Run->execute ) {                  foreach my $try ( Frey::Run->runnable ) {
26                          push @inspect, qq|<a href="/$class/$try">$try</a>| if $class->can($try);                          push @inspect, qq|<a href="/$class/$try">$try</a>| if $class->can($try);
27                  }                  }
28                  $html .= qq|</td><td>| . join('&nbsp;', @inspect) . qq|</td></tr>|;                  $html .= qq|</td><td>| . join('&nbsp;', @inspect) . qq|</td></tr>|;

Legend:
Removed from v.313  
changed lines
  Added in v.314

  ViewVC Help
Powered by ViewVC 1.1.26