--- trunk/t/03-frey-pod.t 2008/11/19 14:39:10 454 +++ trunk/t/03-frey-pod.t 2008/11/19 15:28:23 455 @@ -17,12 +17,12 @@ isa_ok( $o, 'Frey::Pod' ); diag dump( $o ) if $debug; -ok( my $h = $o->markup('Frey::Pod'), 'markup' ); +ok( my $h = $o->as_markup('Frey::Pod'), 'markup' ); diag $h if $debug; like( $h, qr/Frey::Pod/, 'found me' ); -ok( my @h = $o->markup('Frey::Pod'), 'markup' ); +ok( my @h = $o->as_markup('Frey::Pod'), 'markup' ); diag dump( @h ) if $debug; isa_ok( \@h, 'ARRAY' );