X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole%2FCLI.pm;h=70fb201883626e1561dc346969124c192db541c9;hb=21e814818fb4a6e59e4615c2dd1320016a9dc6f8;hp=0fd3fa3fe9c57589ef608b2c9e804288864367c5;hpb=6f3e2ec142b6dd83d7d4960cf15acd6ca8b73e1d;p=maypole.git 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); }