--- trunk/t/30-frey-skeleton.t 2008/12/02 01:51:13 676 +++ trunk/t/30-frey-skeleton.t 2008/12/02 02:31:58 679 @@ -16,5 +16,5 @@ ok( my $o = Frey::Skeleton->new( request_url => '/', debug => $debug ), 'new' ); ok( my $markup = $o->as_markup, 'as_markup' ); diag $markup if $debug; -like( $markup, qr/skeleton/, 'makrkup content' ); +like( $markup, qr/skeleton/, 'markup content' );