]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/CLI.pm
+ TT2 objects used in M::V::TT are configurable with
[maypole.git] / lib / Maypole / CLI.pm
index 504d0b428a18596aa373a66d4643f7bbe207814b..81a2fd5083b2e2d4d10908895ae1ad7fa8af04fa 100644 (file)
@@ -31,7 +31,6 @@ sub parse_location {
     my $url  = URI->new( shift @ARGV );
     my $root = URI->new( $self->config->uri_base )->path;
     $self->{path} = $url->path;
-    $self->{path} .= '/' if $self->{path} eq $root;
     $self->{path} =~ s/^$root//i if $root;
     $self->parse_path;
     $self->parse_args($url);