/[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 457 by dpavlin, Wed Nov 19 16:53:13 2008 UTC revision 458 by dpavlin, Wed Nov 19 17:05:59 2008 UTC
# Line 230  sub as_markup { Line 230  sub as_markup {
230    
231    
232          my $runnable = join("\n",          my $runnable = join("\n",
233                  map { qq|<a href="/$class/$_">$_</a>| : '' } $self->class_runnable( $class );                  map {
234                            qq|<a href="/$class/$_">$_</a>|
235                    } $self->class_runnable( $class )
236          );          );
237          $runnable = " runnable: $runnable" if $runnable;          $runnable = " runnable: $runnable" if $runnable;
238    

Legend:
Removed from v.457  
changed lines
  Added in v.458

  ViewVC Help
Powered by ViewVC 1.1.26