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

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

revision 500 by dpavlin, Mon Nov 24 21:16:27 2008 UTC revision 501 by dpavlin, Mon Nov 24 21:36:01 2008 UTC
# Line 226  sub as_markup { Line 226  sub as_markup {
226    
227          my $runnable = join("\n",          my $runnable = join("\n",
228                  map {                  map {
229                          qq|<a href="/$class/$_">$_</a>|                          qq|<a target="$_" href="/$class/$_">$_</a>|
230                  } $self->class_runnable( $class )                  } $self->class_runnable( $class )
231          );          );
232          $runnable = " runnable: $runnable" if $runnable;          $runnable = " runnable: $runnable" if $runnable;

Legend:
Removed from v.500  
changed lines
  Added in v.501

  ViewVC Help
Powered by ViewVC 1.1.26