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

Changes for version 2.30

  • Change: 89d04178d93e58d19b6182e713c872bde7271a8c Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2023-05-08 12:10:47 +0000
    • Release engineering for 2.30
  • Change: ba688d4b8a7ab7911962d04860d4ec877e89c424 Author: Ricardo Signes <rjbs@users.noreply.github.com> Date : 2023-05-08 12:07:43 +0000
    • post fails if it returns false; check that, not $!
    • I was getting errors with an ENOENT in them, which dngor says shouldn't be coming from the kernel. We discussed this on irc.perl.org #magnet, 2016-12-23 around 15:00 UTC. One possibility, unconfirmed, is that something else in the handler is setting $!, and the kernel does not guarantee clearing $! on success — like lots of Perl 5 stuff. So, this commit relies on post's return value, and then assumes $! will be sensible, rather than assuming a true $! means that the post failed.

Modules

Perl extension to serve HTTP requests in POE.
Stores connection information for SimpleHTTP
Emulates a HTTP::Response object, used for SimpleHTTP