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

Changes for version 0.16 - 2023-12-15

  • Mojo::WebSocketProxy::Dispatcher changes:
  • Use Log::Any instead of Mojo::Log in Dispatcher;
  • Avoid string interpolation to solve warning due to the uninitialised value of $c->tx->remote_address;
  • Add fallback value for cases when remote_address can't be resolved;