X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=blobdiff_plain;f=lib%2FMaypole%2FCLI.pm;h=70fb201883626e1561dc346969124c192db541c9;hp=0fd3fa3fe9c57589ef608b2c9e804288864367c5;hb=21e814818fb4a6e59e4615c2dd1320016a9dc6f8;hpb=e202b2580cf05e71059efb3c70893585d82f5857 diff --git a/lib/Maypole/CLI.pm b/lib/Maypole/CLI.pm index 0fd3fa3..70fb201 100644 --- a/lib/Maypole/CLI.pm +++ b/lib/Maypole/CLI.pm @@ -26,7 +26,6 @@ sub parse_location { my $root = URI->new( $self->config->uri_base )->path; $self->{path} = $url->path; $self->{path} =~ s/^$root//i if $root; - $self->rewrite_path; $self->parse_path; $self->parse_args($url); }