Revision history for URI::Dispatch. 1.4.1 Jul 07 2011 - Bugfix for the PAUSE indexer, no user changes. 1.4 Jul 05 2011 - Pass path and method as named arguments to dispatch. 1.3 Jun 20 2011 - Allow shorter nicknames for routes. 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.