--- trunk/t/02-Frey-Introspect.t 2009/01/09 18:09:17 971 +++ trunk/t/02-Frey-Introspect.t 2009/01/09 19:33:26 972 @@ -42,5 +42,7 @@ ok( my $js = $o->joose, 'joose' ); diag dump( $js ) if $debug; - last unless --$more; + ok( $o->as_markup, 'as_markup' ) if $debug; + + last if ! $debug && --$more == 0; }