Task-BeLike-RWP-0.230430
Perl modules bundle to install from CPAN
Changes for 0.230430 - 2023-02-12T22:04:07+04:00
- Define modules going into the bundle
- Add documentation listing the modules included
DBIx-Class-CryptColumn-0.004
Automatically hash password/passphrase columns
Changes for 0.004 - 2023-02-12T17:45:53+01:00
- Fix argument order in verify_method implementation
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.
DBIx-Class-CryptColumn-0.003
Automatically hash password/passphrase columns
Changes for 0.003 - 2023-02-12T17:21:03+01:00
- Use Crypt::Passphrase's new curry methods