Skip to main content



WebSocket-v0.1.6


WebSocket Client & Server

Changes for v0.1.6 - 2023-04-17T12:07:12Z

  • Minor corrections and improvements in both code and documentation
  • Corrected error in _watch method
  • Corrected some typos in WebSocket::Connection and added methods 'do_pong', 'ping', 'pong' and 'on_ping'
  • Added methods 'connected', 'do_pong', 'on_pong', 'ping' and 'pong' in WebSocket::Client
  • Minor correction in method as_string in WebSocket::Request
  • Minor correction in method extensions in WebSocket::Server

metacpan.org/dist/WebSocket




Bencher-Scenario-String-SimpleEscape-0.002


Benchmark String::SimpleEscape

Changes for 0.002 - 2023-01-18

  • Rename module/dist Bencher-Scenario-String{,-}SimpleEscape.

metacpan.org/release/PERLANCAR…




JSON-SIMD-1.05


JSON serialising/deserialising, done correctly and faster

Changes for 1.05

  • fix build issue with "invalid register for .seh_savexmm" (prev fix caused other problems, was reverted)
  • add ppport.h
  • add core_bools and encode_core_bools methods to support builtin::true and false on perl >= 5.36 core_bools also works towards compatibility with JSON::XS, and with both of these options it is possible to have correct, full round-trip encode/decode between Perl and JSON booleans.

metacpan.org/dist/JSON-SIMD