diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-11-09 21:04:32 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-11-09 21:04:32 +0000 |
commit | a078003682203ddbf26af906495f174c933dd77f (patch) | |
tree | 2303838d2dc249b57804f6a08be1aa5f0eec992b /cpan/Digest-SHA/lib | |
parent | 18e9d8736e4004d16aeaa67239ca388b08656f8c (diff) | |
download | perl-a078003682203ddbf26af906495f174c933dd77f.tar.gz |
Update Digest-SHA to CPAN version 5.63
[DELTA]
5.63 Tue Nov 8 02:36:42 MST 2011
- added code to allow very large data inputs all at once
-- previously limited to several hundred MB at a time
-- many thanks to Thomas Drugeon for his elegant patch
- removed outdated reference URLs from several test scripts
-- these URLs aren't essential, and often go stale
-- thanks to Leon Brocard for spotting this
-- ref. rt.cpan.org #68740
Diffstat (limited to 'cpan/Digest-SHA/lib')
-rw-r--r-- | cpan/Digest-SHA/lib/Digest/SHA.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpan/Digest-SHA/lib/Digest/SHA.pm b/cpan/Digest-SHA/lib/Digest/SHA.pm index 0c649c087c..ce652b63d1 100644 --- a/cpan/Digest-SHA/lib/Digest/SHA.pm +++ b/cpan/Digest-SHA/lib/Digest/SHA.pm @@ -7,7 +7,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); use Fcntl; use integer; -$VERSION = '5.62'; +$VERSION = '5.63'; require Exporter; require DynaLoader; @@ -669,6 +669,7 @@ The author is particularly grateful to Chris Carey Alexandr Ciornii Jim Doble + Thomas Drugeon Julius Duque Jeffrey Friedl Robert Gilmour |