The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.088

  • Change: 514e6b0b1ce9fc9119bcc0f8b2d1ab48d1bc933a Author: Andreas Romeyke <art1@andreas-romeyke.de> Date : 2022-01-04 13:40:58 +0000
    • minor fix, fixed pod error
  • Change: 259c215a64ecb3e48fe80be93959b40cdf79e204 Author: Andreas Romeyke <art1@andreas-romeyke.de> Date : 2022-01-04 13:37:33 +0000
    • added base test for use_plugins option
  • Change: 5b8239c18444cec7c37ebddc10bc44c245b8f5b1 Author: Andreas Romeyke <art1@andreas-romeyke.de> Date : 2022-01-04 13:36:57 +0000
    • fixed order in BUILD() - fixed _build_checksum_algos() using manifests() instead predefined array ref
  • Change: 48907a376d763bdc1debee26b636ad2d61eb8bea Author: Andreas Romeyke <art1@andreas-romeyke.de> Date : 2022-01-04 13:06:39 +0000
    • added use_plugins to enforce plugin usage

Modules

The main module to handle bags.
deprecated, used for backwards compatibility
A module to use IO::AIO to get better performance
The MD5 algorithm plugin (default for v0.97)
The default SHA algorithms plugin (default for v1.0)
The role to load md5 plugin (default for v0.97)
The role to load the sha512 plugin (default for v1.0)
A role that defines the interface to a hashing algorithm
A role that handles all manifest files for a specific Algorithm
A role that handles plugin loading
handles asynchronous digest calculation using openssl
handles synchronous digest calculation using openssl
A role that handles plugin loading
A role that handles filepaths for improved portability