Entirely remove Path dispatch, in favour of Chained.
authorTomas Doran <bobtfish@bobtfish.net>
Mon, 3 Jun 2013 17:32:50 +0000 (18:32 +0100)
committerTomas Doran <bobtfish@bobtfish.net>
Mon, 3 Jun 2013 17:32:50 +0000 (18:32 +0100)
commit976220fb6507cadfbeebdd98e30861e2636e9b14
treec74337923af53c997e9e92883b1b9f1e7c8a6ac9
parentf98182507920d5fd40007a4d0ed1bf083134eaea
Entirely remove Path dispatch, in favour of Chained.

Appears to work in a trivial testapp, from the dispatch table.

However this no doubt breaks the core tests significantly and I've no idea if it works in all cases.
lib/Catalyst/Controller.pm
lib/Catalyst/DispatchType/Path.pm [deleted file]
lib/Catalyst/Dispatcher.pm