The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 5.90030 - 2013-04-10

  • Initial release of standalone Catalyst-DispatchType-Regex
  • The Regex dispatch types have been depreciated and removed from Catalyst core. This distribution is being made available as a fallback for developers who need the Regex dispatch type until they can convert to Chaind methods or other alternative.
  • This distribution creates a separate DispatchType for each of Regex, Regexp, LocalRegex, and LocalRegexp. Previously C::Dispatcher converted all of these to Regex before passing it off to that one dispatch type.
  • Dispatch order is no longer guaranteed to be Regex before LocalRegex. It now depends on when the DispatchType is seen in a controller.

Modules

LocalRegex DispatchType
LocalRegexp DispatchType
Regex DispatchType
Regex DispatchType