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

Changes for version 0.064 - 2016-08-16

  • No changes from 0.063-TRIAL

Changes for version 0.063 - 2016-08-08 (TRIAL RELEASE)

  • FIXED
    • Fixed chunked transfer encoding, which previously omitted a trailing CRLF.

Changes for version 0.061 - 2016-08-05 (TRIAL RELEASE)

  • FIXED
    • Avoid overwriting 'If-Modified-Since' header in mirror() if the header already exists in something other than lower-case.
  • TESTS
    • Normalize CRLF when reading test data files in t\150-post_form.t on Win32

Changes for version 0.059 - 2016-07-29 (TRIAL RELEASE)

  • FIXED
    • Timeout can now be set as a constructor argument again.
    • CVE-2016-1238: avoid loading optional modules from @INC path with `.` at the end.
  • TESTS
    • Updated tests for a future perl which may omit `.` from the list of directories in @INC by default.

Modules

A small, simple, correct HTTP/1.1 client