Subject: | New CGI::Application::Dispatch::PSGI requires a larger set of changes |
The changes in 3.00 with the bundled CGI::Application::Dispatch::PSGI requiring the change of base class in the Dispatch classes, as opposed to injection of an as_psgi method (the previous method) cause those Dispatch classes to be PSGI-only, unable to be used without PSGI, and force modification of potentially large Dispatch classes instead of the creation of, usually, simple .psgi files.