Query: digest::morefallbacks
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Digest::MoreFallbacks(3pm) User Contributed Perl Documentation Digest::MoreFallbacks(3pm)NAMEDigest::MoreFallbacks - Provide additional fallbacks in Digest's MMAP table.SYNOPSISuse Digest::MoreFallbacks; Digest->new("SHA-1")DESCRIPTIONThis module adds entries to Digest's algorithm to implementation table. The intent is to provide better fallback facilities, including pure Perl modules (Digest::SHA::PurePerl, Digest::MD5), and facilitating for modules that don't match the naming convention (Crypt::RIPEMD160 would have worked if it were named Digest::RIPEMD160). perl v5.14.2 2009-10-19 Digest::MoreFallbacks(3pm)