- Shifted Path dispatch into a DispatchType and nuked old set_action stuff
authorMatt S Trout <mst@shadowcat.co.uk>
Sat, 22 Oct 2005 05:02:54 +0000 (05:02 +0000)
committerMatt S Trout <mst@shadowcat.co.uk>
Sat, 22 Oct 2005 05:02:54 +0000 (05:02 +0000)
commit6b23994966a2a66b90986a51e7e1d71f62d90f44
tree6092da33be12e6c81216d8a511cb87e785d0c40f
parent8e9a459107239aac7c396200ecea3d93b4d93648
- Shifted Path dispatch into a DispatchType and nuked old set_action stuff
lib/Catalyst/Action.pm
lib/Catalyst/DispatchType/Path.pm [new file with mode: 0644]
lib/Catalyst/DispatchType/Regex.pm
lib/Catalyst/Dispatcher.pm