Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 14956bc72e4dd8b178ec6986aa9857828f53e733
      
https://github.com/Perl/perl5/commit/14956bc72e4dd8b178ec6986aa9857828f53e733
  Author: Chris 'BinGOs' Williams <ch...@bingosnet.co.uk>
  Date:   2021-10-07 (Thu, 07 Oct 2021)

  Changed paths:
    M Porting/Maintainers.pl
    M cpan/Digest/lib/Digest.pm
    M cpan/Digest/lib/Digest/base.pm
    M cpan/Digest/lib/Digest/file.pm
    M cpan/Digest/t/base.t
    M cpan/Digest/t/file.t

  Log Message:
  -----------
  Update Digest to CPAN version 1.20

  [DELTA]

1.20 Tue 2021-08-24
- Remove temp files during unit tests.


  Commit: 2b0c7afada71b2d42dd50ec342a0e9878e4e2ef2
      
https://github.com/Perl/perl5/commit/2b0c7afada71b2d42dd50ec342a0e9878e4e2ef2
  Author: Chris 'BinGOs' Williams <ch...@bingosnet.co.uk>
  Date:   2021-10-07 (Thu, 07 Oct 2021)

  Changed paths:
    M MANIFEST
    M Porting/Maintainers.pl
    M cpan/HTTP-Tiny/corpus/form-01.txt
    M cpan/HTTP-Tiny/corpus/form-02.txt
    A cpan/HTTP-Tiny/corpus/get-23.txt
    A cpan/HTTP-Tiny/corpus/post-02.txt
    A cpan/HTTP-Tiny/corpus/put-06.txt
    A cpan/HTTP-Tiny/corpus/put-07.txt
    A cpan/HTTP-Tiny/corpus/put-08.txt
    M cpan/HTTP-Tiny/corpus/redirect-09.txt
    M cpan/HTTP-Tiny/lib/HTTP/Tiny.pm
    M cpan/HTTP-Tiny/t/001_api.t
    M cpan/HTTP-Tiny/t/002_croakage.t
    M cpan/HTTP-Tiny/t/003_agent.t
    M cpan/HTTP-Tiny/t/030_response.t
    M cpan/HTTP-Tiny/t/100_get.t
    M cpan/HTTP-Tiny/t/101_head.t
    M cpan/HTTP-Tiny/t/102_put.t
    M cpan/HTTP-Tiny/t/103_delete.t
    M cpan/HTTP-Tiny/t/104_post.t
    M cpan/HTTP-Tiny/t/110_mirror.t
    M cpan/HTTP-Tiny/t/140_proxy.t
    M cpan/HTTP-Tiny/t/150_post_form.t
    M cpan/HTTP-Tiny/t/Util.pm

  Log Message:
  -----------
  Update HTTP-Tiny to CPAN version 0.078

  [DELTA]

0.078     2021-08-02 09:24:03-04:00 America/New_York

    - No changes from 0.077-TRIAL.

0.077     2021-07-22 13:07:14-04:00 America/New_York (TRIAL RELEASE)

    [ADDED]

    - Added a `patch` helper method for the HTTP `PATCH` verb.

    - If the REQUEST_METHOD environment variable is set, then CGI_HTTP_PROXY
      replaces HTTP_PROXY.

    [FIXED]

    - Unsupported scheme errors early without giving an uninitialized value
      warning first.

    - Sends Content-Length: 0 on empty body PUT/POST.  This is not in the spec,
      but some servers require this.

    - Allows optional status line reason, as clarified in RFC 7230.

    - Ignore SIGPIPE on reads as well as writes, as IO::Socket::SSL says that
      SSL reads can also send writes as a side effect.

    - Check if a server has closed a connection before preserving it for reuse.

    [DOCS]

    - Clarified that exceptions/errors result in 599 status codes.

    [PREREQS]

    - Optional IO::Socket::IP prereq must be at least version 0.32 to be used.
      This ensures correct timeout support.


Compare: https://github.com/Perl/perl5/compare/067ce62637d2...2b0c7afada71

Reply via email to