/[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 505 by dpavlin, Mon Nov 24 21:36:01 2008 UTC revision 506 by dpavlin, Mon Nov 24 22:56:41 2008 UTC
# Line 238  sub as_markup { Line 238  sub as_markup {
238                  $has_tests =                  $has_tests =
239                  '<br/>test' . ( $#tests > 0 ? 's' : '' ) . ': ' .                        '<br/>test' . ( $#tests > 0 ? 's' : '' ) . ': ' .      
240                  join("\n", map {                  join("\n", map {
241                          qq|<a target="test" href="/Frey::Test::Runner?tests=$_">$_</a>|                          qq|<a target="test" href="/Frey::Test::Runner/as_markup?test=$_">$_</a>|
242                  } @tests );                  } @tests );
243          }          }
244    

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

  ViewVC Help
Powered by ViewVC 1.1.26