The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.09 - 2018-08-01

  • Fix character encoding issues on Dispatcher::open_connection() due to Mojo::Transaction::WebSockets emitting JSON-decoded `message` events; listen on `text` events instead, which pass raw WS_TEXT frames for decoding via JSON::MaybeUTF8
  • Relax Mojolicious dependency to >= 7.29