diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-06-28 10:09:36 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-06-28 10:09:36 +0100 |
commit | dfe1edcbf094e46e26b072a330beb773829f8c59 (patch) | |
tree | d360affc4733dc8f485cf556bf6923388d78bf09 /cpan/Digest-SHA/README | |
parent | e8cfd41a31e7f719b76a31f47f00377427183159 (diff) | |
download | perl-dfe1edcbf094e46e26b072a330beb773829f8c59.tar.gz |
Update Digest-SHA to CPAN version 5.48
[DELTA]
5.48 Mon Jan 4 16:32:52 MST 2010
- fixed "shasum -a0" option (ref. rt.cpan.org #53319)
-- incorrectly accepted 0 as a valid algorithm
-- thanks to Zefram for patch
- updated URL for NIST test vectors
-- ref. files t/nistbit.t, t/nistbyte.t
-- thanks to Leon Brocard for patch
Diffstat (limited to 'cpan/Digest-SHA/README')
-rw-r--r-- | cpan/Digest-SHA/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Digest-SHA/README b/cpan/Digest-SHA/README index 8cd68bd837..89aefc279e 100644 --- a/cpan/Digest-SHA/README +++ b/cpan/Digest-SHA/README @@ -1,4 +1,4 @@ -Digest::SHA version 5.47 +Digest::SHA version 5.48 ======================== Digest::SHA is a complete implementation of the NIST Secure Hash @@ -34,7 +34,7 @@ DEPENDENCIES COPYRIGHT AND LICENSE -Copyright (C) 2003-2008 Mark Shelor +Copyright (C) 2003-2010 Mark Shelor This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. |