Changes for version 1.05 - 2011-03-11
- Fix typo in docs and code for FCGI::ProcManager. new({processes => 2}) should have been new({n_processes => 2}).
- Real pre-req version #s in Build.PL and Makefile.PL, instead of using 0.
- Move FCGI script from htdocs/local/dispatch to httpd/cgi-bin/cgi/application/demo/dispatch/dispatch.fcgi.
- Move CGI script from httpd/cgi-bin/dispatch.cgi to httpd/cgi-bin/cgi/application/demo/dispatch/dispatch.cgi.
- Add Plack script httpd/cgi-bin/cgi/application/demo/dispatch/dispatch.psgi.
- Reformat Build.PL and Makefile.PL.
- Change the code so the Menu option responds the same way the Organization and Person options respond.
Modules
Demonstrate the delights of CGI::Application::Dispatch
Provides
in lib/CGI/Application/Demo/Dispatch/Base.pm
in lib/CGI/Application/Demo/Dispatch/Menu.pm
in lib/CGI/Application/Demo/Dispatch/Organization.pm
in lib/CGI/Application/Demo/Dispatch/Person.pm