]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole.pm
+ TT2 objects used in M::V::TT are configurable with
[maypole.git] / lib / Maypole.pm
index 3215b842320c6a7b8be7c002a1471c6cf6e4a153..b14720dd7cd262b96b327255881fc7ea51dcfe3d 100644 (file)
@@ -185,6 +185,7 @@ sub parse_path {
     shift @pi while @pi and !$pi[0];
     $self->{table}  = shift @pi;
     $self->{action} = shift @pi;
+    $self->{action} ||= "index";
     $self->{args}   = \@pi;
 }