Entirely remove Path dispatch, in favour of Chained.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Dispatcher.pm
index d9fe5b3..ea0710b 100644 (file)
@@ -22,7 +22,7 @@ use namespace::clean -except => 'meta';
 # See Catalyst-Plugin-Server for them being added to, which should be much less ugly.
 
 # Preload these action types
-our @PRELOAD = qw/Index Path/;
+our @PRELOAD = qw/Index/;
 
 # Postload these action types
 our @POSTLOAD = qw/Default/;