why not just add to the maddness if its already there?
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Controller.pm
index 28b54be..99c2893 100644 (file)
@@ -740,7 +740,7 @@ Handle various types of paths:
     ...
 
     sub myaction1 :Path { ... }  # -> /baz
-    sub myaction2 :Path('foo') { ... } # -> /baz/bar
+    sub myaction2 :Path('foo') { ... } # -> /baz/foo
     sub myaction2 :Path('/bar') { ... } # -> /bar
   }