--- trunk/t/02-frey-web.t 2008/11/19 02:52:42 444 +++ trunk/t/02-frey-web.t 2008/11/19 03:11:11 446 @@ -35,7 +35,7 @@ diag dump( @head ) if $debug; ok( $o->add_head( '/static/introspect.css' ), 'add_head css' ); -ok( $o->add_head( '' ), 'add_head html' ); +ok( $o->add_head( "" ), 'add_head html' ); ok( my $html = $o->page( title => 'Test', body => '' ), 'page' ); diag $html if $debug;