Skip to main content




JSON-SIMD-1.04


JSON serialising/deserialising, done correctly and faster

Changes for 1.04
  • fix floating point precision issues with -Duselongdouble and -Dusequadmath
  • fix intermittent garbage in floating point numbers from encode with -Dusequadmath (fix taken from Cpanel::JSON:🤐S ad072b4)
  • fix build issue with "invalid register for .seh_savexmm"
  • drop common::sense as a direct dependency (it's still used via Types::Serialiser, though)
  • fix repository and issue tracker for CPAN (thanks to Gabor Szabo)

https://metacpan.org/dist/JSON-SIMD


Crypt-HSM-0.008


A PKCS11 interface for Perl

Changes for 0.008 - 2023-04-20T17:13:35+02:00
  • Deal with compilers insisting on naming unused arguments

https://metacpan.org/dist/Crypt-HSM


Crypt-Passphrase-Argon2-0.008


An Argon2 encoder for Crypt:😛assphrase

Changes for 0.008 - 2023-04-20T17:04:51+02:00
  • Reorder recrypt_hash arguments
  • Make recrypt_hash return $input as fallback
  • Allow verification of unencrypted hashes in Crypt:😛assphrase::Argon2::Encrypted

https://metacpan.org/dist/Crypt-Passphrase-Argon2