Changes for version 1.000003 - 2026-09-18

  • Add HTTP::Tiny support. debug_ua() and LWP::ConsoleLogger::Everywhere now log HTTP::Tiny requests and responses alongside LWP::UserAgent and Mojo::UserAgent. Note the HTTP::Tiny caveats documented in LWP::ConsoleLogger::Easy and LWP::ConsoleLogger::Everywhere: redirect chains are collapsed to the final response, mirror() bodies are not captured, and some transport-layer headers are reconstructed on a best-effort basis (GH#53)
  • Lower the Term::Table prerequisite from 0.028 to 0.013. 0.013 is the first release that supports the pad and allow_overflow constructor options LWP::ConsoleLogger passes; the 0.028 pin was simply the latest release when the dependency was added, not a real minimum (GH#60) (Reported by: Petr Písař)

Documentation

Modules

LWP tracing and debugging
Easy LWP tracing and debugging
LWP tracing everywhere