Changes for version 0.008 - 2025-11-17

  • New Span objects assist with parsing secrets.
  • New INI object for parsing common INI-like formats.
  • SecretBuffer now has 'rindex' and 'scan' methods, and 'index' allows the pattern to be a Regexp-ref as long as it is only a single character class.
  • New SecretBuffer methods load_file and save_file.

Modules

Prevent accidentally leaking a string of sensitive data
Observe results of a write_async operation
Parse INI format from a SecretBuffer
Prevent accidentally leaking a string of sensitive data

Provides

in lib/Crypt/SecretBuffer.pm