Subject: | Digest->new() should not die |
When calling Digest->new(), if the algorithm is not found, the application dies. Instead, Digest->new() should return undef and let the application make the determination as to the proper course of action.
[The fix for this is trivial.]