Revision history for Perl extension Trog-TOTP

1.007 2026-09-25 TEODESIAN
    - Encode base32 with MIME::Base32 rather than Encode::Base2N, which
      needs a C++ build that cpm cannot install.  The encoded text is the
      same, and lower case still decodes.
    - new(secret => ...) keeps the secret it is given, rather than
      replacing it with a random one.  Given base32secret as well, the
      constructor still uses base32secret.

1.006 2026-05-15 TEODESIAN
    - Use Crypt::PRNG::rand() rather than builtin rand()

1.005 2024-06-18 TEODESIAN
    - Re-factor & remove false-negatives
    - Add the return_when parameter to validate_otp

1.004 2024-06-17 TEODESIAN
    - Add the time_for_code method
    - Add the totp_debugger utility

1.003 2023-12-06 TEODESIAN
    - More fixes to POD

1.002 2023-12-06 TEODESIAN
    - Adjust POD and correct license

1.001 2023-10-11 TEODESIAN
    - Forked from Authen-TOTP
