Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 45337b0e8ead65074e6aabd95f7532c7 > files > 2

perl-CGI-Application-Server-0.062-5.fc15.noarch.rpm

Changes for CGI::Application::Server

0.062			2010-01-20
					work on alternate ports (thanks, Potatohead @ github)
					misc. cleanup (Potatohead, rjbs)

0.061			2009-02-08
					reinitialize $query between runs when entry point is an object
					(patch from JALDHAR, rt #42199)

0.060 Sun. Nov  2, 2008
		- a number of patches from George Hartzell; thanks!
		- documenation improvements
		- use HTTP::Server::Simple::Static as its documentation suggests
		- add handling for a "/" entry point

0.050 Sun. Oct 21, 2007
    - add support for CGI::Application objects as entry points
		- handle PATH_INFO munging for CGI::App, not just ::Dispatch
		- both these changes thanks to JALDHAR

0.04 Sun. Oct 21, 2007
    - add support for CGI::Application::Dispatch classes

0.03 Tues. Feb 20, 2007
    - Fixed is_valid_entry_point to be more strict
      in how it matched URIs
      - added tests for this
    - fixed the way the captured stdout is recombined
      to make steaming non-HTML mime-types work      

0.02 Mon. April 10, 2006
    - Added logging of every request (uri, entry-point, and params)

0.01 Wed. March 15, 2006
    - initial release of module