--- trunk/t/03-frey-classbrowser.t 2008/07/14 21:22:43 121 +++ trunk/t/03-frey-classbrowser.t 2008/11/19 15:28:23 455 @@ -18,7 +18,7 @@ isa_ok( $o, 'Frey::ClassBrowser' ); diag dump( $o ) if $debug; -ok( my $h = $o->markup, 'markup' ); +ok( my $h = $o->as_markup, 'markup' ); diag $h if $debug; like( $h, qr/Frey::ClassBrowser/, 'found me' );