Removed bogus Index doc
Andy Grundman [Sat, 12 Nov 2005 16:27:44 +0000 (16:27 +0000)]
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 {