]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole.pm
New Maypole::Application, we now use the Maypole::Plugin:: namespace and
[maypole.git] / lib / Maypole.pm
index e4c0f7318e8847c1d38504ec2df014dda1a38f5e..88110eabb487ea6d4e1e47693a5787b519a3bdcd 100644 (file)
@@ -63,6 +63,7 @@ sub handler {
     my $r = bless { config => $class->config }, $class;
     $r->get_request($req);
     $r->parse_location();
+    warn "Request path: $r->{path}" if $r->debug;
     my $status = $r->handler_guts();
     return $status unless $status == OK;
     $r->send_output;