Skip to main content



Time-Local-1.33-TRIAL


Efficiently compute time from local and GMT time

Changes for 1.33 - 2023-02-12
  • Fix for breakage on (some?) 32-bit platforms. If an integer calculation done internally overflowed all calls to this module's subs could error with "Day too big - 105412 > -2147483648". This fix reduces the range of acceptable epochs but should make the module usable again on such systems.

https://metacpan.org/dist/Time-Local


DBIx-Class-CryptColumn-0.003


Automatically hash password/passphrase columns

Changes for 0.003 - 2023-02-12T17:21:03+01:00
  • Use Crypt:😛assphrase's new curry methods

https://metacpan.org/dist/DBIx-Class-CryptColumn


Crypt-Passphrase-0.007


A module for managing passwords in a cryptographically agile manner

Changes for 0.007 - 2023-02-12T17:20:19+01:00
  • Add curry_with_hash and curry_with_password methods
  • Add a unicode normalization option
  • Match MD5 and SHA hex case-insensitively

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


Time-Local-1.32-TRIAL


Efficiently compute time from local and GMT time

Changes for 1.32 - 2023-02-12
  • This is an alternative to the changes in the 1.31 release. Instead of restoring "use integer", the code now explicitly handles non-integer seconds values. This fixes the confusing things that timelocal() does with non-integer seconds but does not turn the seconds value into an integer. Based on a bug report from Dmitriy Shamatrin. GH #18.

https://metacpan.org/dist/Time-Local
#18