--- trunk/lib/Frey/Web.pm 2008/11/29 17:48:54 625 +++ trunk/lib/Frey/Web.pm 2008/11/29 22:45:22 629 @@ -25,7 +25,10 @@ is => 'rw', isa => 'Uri', coerce => 1, required => 1, -# default => '/', + default => sub { + cluck "undefined request_url"; + '/'; + }, ); has 'title' => ( @@ -463,7 +466,7 @@ warn "## multiline markers ", dump( $multiline_markers ), " -> $multiline_re"; sub log_path { - $Frey::Bootstrap::log_path || warn "no log_path?"; + $Frey::Bootstrap::log_path || die "no log_path?"; } sub warnings_html {