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

Changes for version 0.11 - 2010-04-09

  • Documented the goals with this project/distribution
  • Net::FastCGI::Protocol
    • Fixed dump_record() to properly escape FCGI_NameValuePair header
      • Added tests for this
    • Added get_record_length()
      • Added documentation and tests
    • Changed parse_record() to return a list in list context, this makes it more consistent with parse_header()
      • Added documentation and tests this change
    • Changed dump_record() to accept a string of octets (old behavior is still supported but deprecated, please change function call to dump_record_body()) This change makes it more consistent with parse_record_body().
      • Added documentation and tests this change

Modules

FastCGI Toolkit
FastCGI protocol constants.
Provides functions to build and parse FastCGI messages.

Provides

in lib/Net/FastCGI/Protocol/PP.pm