Digest::MoreFallbacks - Provide additional fallbacks in the Digest manpage's MMAP table.
use Digest::MoreFallbacks;
Digest->new("SHA-1")
This module adds entries to the Digest manpage's algorithm to implementation table. The intent is to provide better fallback facilities, including pure Perl modules (the Digest::SHA::PurePerl manpage, the Digest::MD5 manpage), and facilitating for modules that don't match the naming convention (the Crypt::RIPEMD160 manpage would have worked if it were named the Digest::RIPEMD160 manpage).