/[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 506 by dpavlin, Mon Nov 24 22:56:41 2008 UTC revision 534 by dpavlin, Wed Nov 26 07:58:40 2008 UTC
# Line 223  sub as_markup { Line 223  sub as_markup {
223  #       $source =~ s{^.*<body[^>]+>}{}s;  #       $source =~ s{^.*<body[^>]+>}{}s;
224  #       $source =~ s{</body.*$}{}s;  #       $source =~ s{</body.*$}{}s;
225    
   
226          my $runnable = join("\n",          my $runnable = join("\n",
227                  map {                  map {
228                          qq|<a target="$_" href="/$class/$_">$_</a>|                          qq|<a target="$class" href="/$class/$_">$_</a>|
229                  } $self->class_runnable( $class )                  } $self->class_runnable( $class )
230          );          );
231          $runnable = " runnable: $runnable" if $runnable;          $runnable = " runnable: $runnable" if $runnable;
# Line 238  sub as_markup { Line 237  sub as_markup {
237                  $has_tests =                  $has_tests =
238                  '<br/>test' . ( $#tests > 0 ? 's' : '' ) . ': ' .                        '<br/>test' . ( $#tests > 0 ? 's' : '' ) . ': ' .      
239                  join("\n", map {                  join("\n", map {
240                          qq|<a target="test" href="/Frey::Test::Runner/as_markup?test=$_">$_</a>|                          qq|<a target="$class" href="/Frey::Test::Runner/as_markup?test=$_">$_</a>|
241                  } @tests );                  } @tests );
242          }          }
243    

Legend:
Removed from v.506  
changed lines
  Added in v.534

  ViewVC Help
Powered by ViewVC 1.1.26