NAME
Archive::BagIt::Role::OpenSSL - A role that handles plugin loading
VERSION
version 0.086
has_async_support()
returns true if async IO is possible, because IO::Async could be loaded, otherwise returns false
get_hash_string($fh)
calls synchronous or asynchronous function to calc digest of file, depending on result of $bag->use_async() returns the digest result as hex string
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) 2021 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.