X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole.pm;h=802769378b508f554b06caf549658eca76e6cdcb;hb=7a5d8104289f1781b0909e79c4e4ab51fa193104;hp=f7699c3c259adc050d701d1a20d7a30be154aa46;hpb=06e77b2be76e0c2ae19ad3b4d0afac7fea4f2581;p=maypole.git diff --git a/lib/Maypole.pm b/lib/Maypole.pm index f7699c3..8027693 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -6,7 +6,7 @@ use warnings; use Maypole::Config; use Maypole::Constants; -our $VERSION = '2.0'; +our $VERSION = '2.02'; __PACKAGE__->mk_classdata($_) for qw( config init_done view_object ); __PACKAGE__->mk_accessors( @@ -62,7 +62,6 @@ 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;