NAME
Archive::BagIt::Role::Manifest - A role that handles all manifest files for a specific Algorithm
VERSION
version 0.073
calc_digests($bagit, $digestobj, $filenames_ref, $opts)
Method to calculate and return all digests for a a list of files using a Digest-object. 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
Rob Schmidt <rjeschmi@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2021 by Rob Schmidt and 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.