Revision history for URI::Dispatch.
1.2 Jun 19 2011
- Ensure handlers are examined in the same order that they were given.
1.1 Jun 12 2011
- Pass through any extra arguments given to dispatch().
1.0 Apr 22 2011
- Initial release. Includes functionality to add path handlers,
determine which handler should deal with a given path, automatically
dispatch to that handler, and the reverse -- construct a valid path
given arguments.