/[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 661 by dpavlin, Sun Nov 30 14:21:09 2008 UTC revision 662 by dpavlin, Mon Dec 1 23:28:27 2008 UTC
# Line 241  sub as_markup { Line 241  sub as_markup {
241          my $runnable = join("\n",          my $runnable = join("\n",
242                  map {                  map {
243                          $introspect->{runnable}->{$_}++;                          $introspect->{runnable}->{$_}++;
244                          qq|<a target="$class" href="/$class/$_">$_</a>|                          my $short = $_;
245                            $short =~ s{_as_(?:markup|data|sponge)$}{};
246                            qq|<a target="$class" href="/$class/$_" title="/$class/$_">$short</a>|
247                  } $self->class_runnable( $class )                  } $self->class_runnable( $class )
248          );          );
249          $runnable = " runnable: $runnable" if $runnable;          $runnable = " runnable: $runnable" if $runnable;

Legend:
Removed from v.661  
changed lines
  Added in v.662

  ViewVC Help
Powered by ViewVC 1.1.26