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

NAME

Archive::BagIt::Role::Manifest - A role that handles all manifest files for a specific Algorithm

VERSION

version 0.095

manifest_entries()

returns the manifest_entries() for the current digest algorithm, the result is hashref like:

   {
       data/hello.txt   "e7c22b994c59d9cf2b48e549b1e24666636045930d3da7c1acb299d1c3b7f931f94aae41edda2c2b207a36e10f8bcb8d45223e54878f5b316e7ce3b6bc019629"
   }

tagmanifest_entries()

returns the tagmanifest_entries() for the current digest algorithm, the result is hashref, see manifest_entries()

calc_digests($bagit, $filenames_ref, $opts)

Method to calculate and return all digests for a a list of files. This method will be overwritten by Archive::BagIt::Fast.

verify_manifest($payload_files, $return_all_errors)

check fixities of payload files in both directions

verify_tagmanifest($non_payload_files, $return_all_errors)

check fixities of non-payload files in both directions

create_manifest()

creates a new manifest file for payload files

create_tagmanifest()

creates a new tagmanifest file for non payload files

AVAILABILITY

The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit http://www.perl.com/CPAN/ to find a CPAN site near you, or see https://metacpan.org/module/Archive::BagIt/.

BUGS AND LIMITATIONS

You can make new bug reports, and view existing ones, through the web interface at http://rt.cpan.org.

AUTHOR

Andreas Romeyke <cpan@andreas.romeyke.de>

COPYRIGHT AND LICENSE

This software is copyright (c) 2022 by Rob Schmidt <rjeschmi@gmail.com>, William Wueppelmann and Andreas Romeyke.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.