Removed bogus Index doc
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index 0e28659..ccdc85e 100644 (file)
@@ -118,7 +118,6 @@ Catalyst - The Elegant MVC Web Application Framework
 
     # called for / and only /, no other args
     sub baz : Path  { ... } 
-    sub baz : Index { ... }
 
     # called for all actions, from the top-most controller inwards
     sub auto : Private {