Data-Compare-1.28
compare perl data structures
Changes for 1.28 - 2023-03-14
- Bug fix: DCANTRELL: undef values in hashes were treated incorrectly, need to check for existence, not definedness before comparing. See github.com/DrHyde/perl-modules…
Crypt-Passphrase-Linux-0.002
An linux crypt encoder for Crypt::Passphrase
Changes for 0.002 - 2023-03-14T23:47:48+01:00
- Correctly encode salt in hash_password
- Accept legacy crypt values
- Correctly mark non-matching hashes as needing rehash
Crypt-Passphrase-0.010
A module for managing passwords in a cryptographically agile manner
Changes for 0.010 - 2023-03-14T23:04:53+01:00
- Add @CARP_NOT handler to import
- More gracefully handle undefined passwords
- Depreciate curry_with_password
Time-Piece-Guess-0.0.3
Compares the passed string against common patterns and returns a format to use with Time::Piece or object
Changes for 0.0.3 - 2023-03-14
- -minor doc tweaks