The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for CGI::Fast

2.04 2014-10-12
    [TESTING]
    - Fix tests for recent version of CGI (v4.05+), which removed the
      -private_tempfiles pragma and PRIVATE_TEMPFILES variable, so use
      on that is still available for testing
    
2.03 2014-09-06
    [DOCUMENTATION]
    - Kwalitee improvements in distribution (LICENSE)

    [TESTING]
    - Add t/006_changes.t to check Changes file

2.02 2014-06-05

    [INTERNALS]
    - allow FCGI_SOCKET_PATH and FCGI_LISTEN_QUEUE ENV variables to be
      passed in as import settings, although favour ENV variables if set
    - delay creation of FCGI::Request until the first call to CGI::Fast->new
      (RT #70609), removing the need to defined these in a BEGIN block
    - add test to check ENV values are not recycled from old requests and not
      set as defaults when the FCGI_SOCKET_PATH is used (RT #65492)
    - add file_handles method to allow setting of file handles to be passed
      to FCGI (RT #94423)

    [DOCUMENTATION]
    - document above changes
    - general tidy up

2.01 2014-05-27

    [DOCUMENTATION]
    - update perldoc to list current bugtracker and maintainer
    - pod2readme the perldoc to replace content of README with something sane

2.00 2014-05-22

    [DOCUMENTATION]
    - Repointing bugtracker at newly forked github repo
    - Tickets migrated from RT to github issues (both CGI and CGI.pm distributions)
    - Bump version to 2.00 for clear boundary of above changes
    - For previous Changes please see CGI.pm prior to 3.65_01