]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/CLI.pm
killed rewrite_path()
[maypole.git] / lib / Maypole / CLI.pm
index 0fd3fa3fe9c57589ef608b2c9e804288864367c5..70fb201883626e1561dc346969124c192db541c9 100644 (file)
@@ -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);
 }