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

Changes for version 0.065

  • Change: 2905f05abbd3c593c5afddd6468863047858ba40 Author: Andreas Romeyke <art1@andreas-romeyke.de> Date : 2020-08-06 16:23:57 +0000
    • typo fix
  • Change: 79cf5256bcb25960e2d01d8a1f8d9b0b46315c1e Author: Andreas Romeyke <art1@andreas-romeyke.de> Date : 2020-08-06 16:08:57 +0000
    • refactoring, fixed complexity for file checks from an O(n^2) to O(n) in _verify_XXX_manifests()
  • Change: b365a0f139eda1ac2b7f302dd3173705bfeb4117 Author: Andreas Romeyke <art1@andreas-romeyke.de> Date : 2020-08-06 15:42:01 +0000
    • refactoring, speedup via portable check - refactoring, files will be sorted while reading
  • Change: 4cf43c81eeee1d146072c1e01d335dccb81c03fa Author: Andreas Romeyke <art1@andreas-romeyke.de> Date : 2020-08-06 14:48:54 +0000
    • added tests to check if force_utf8 flag works as expected
  • Change: ecd15eae61e9e34f43af5f59d6f02418aac0a5b0 Author: Andreas Romeyke <art1@andreas-romeyke.de> Date : 2020-08-06 14:48:28 +0000
    • added checks if parallel flag is set
  • Change: b7372c7441a8e1c0260e2df2c8bdc4bbcb57a83b Author: Andreas Romeyke <art1@andreas-romeyke.de> Date : 2020-08-06 14:47:56 +0000
    • updated POD - make_bag() knows about option 'force_utf8'

Modules

An interface to make and verify bags according to the BagIt standard
The common base for Archive::BagIt. This is the module for experts. ;)
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