/[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 1020 by dpavlin, Sun Jan 25 16:45:43 2009 UTC revision 1021 by dpavlin, Mon Jan 26 23:09:38 2009 UTC
# Line 334  sub as_markup { Line 334  sub as_markup {
334                  grep { $_ } (                  grep { $_ } (
335                          $runnable,                          $runnable,
336                          $has_tests,                          $has_tests,
337                          ( $pod    ? qq|<a class="frey-skip" style="float: left;" href="#___top" title="Skip to POD"    >pod</a>|    : '' ) . ' ' .                          join('&nbsp;',
338                          ( $source ? qq|<a class="frey-skip" style="float: right;" href="#source" title="Skip to source" >source</a>| : '' )                                  $pod    ? qq|<a class="frey-skip" style="float: left;" href="#___top" title="Skip to POD"    >pod</a>|    : '',
339                                    $source ? qq|<a class="frey-skip" style="float: right;" href="#source" title="Skip to source" >source</a>| : ''
340                            )
341                  )                  )
342          );          );
343    

Legend:
Removed from v.1020  
changed lines
  Added in v.1021

  ViewVC Help
Powered by ViewVC 1.1.26