summaryrefslogtreecommitdiff
path: root/cpan/Digest-SHA/lib/Digest/SHA.pm
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-06-28 10:09:36 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-06-28 10:09:36 +0100
commitdfe1edcbf094e46e26b072a330beb773829f8c59 (patch)
treed360affc4733dc8f485cf556bf6923388d78bf09 /cpan/Digest-SHA/lib/Digest/SHA.pm
parente8cfd41a31e7f719b76a31f47f00377427183159 (diff)
downloadperl-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/lib/Digest/SHA.pm')
-rw-r--r--cpan/Digest-SHA/lib/Digest/SHA.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Digest-SHA/lib/Digest/SHA.pm b/cpan/Digest-SHA/lib/Digest/SHA.pm
index d57c16fce5..90893c6f06 100644
--- a/cpan/Digest-SHA/lib/Digest/SHA.pm
+++ b/cpan/Digest-SHA/lib/Digest/SHA.pm
@@ -6,7 +6,7 @@ use strict;
use integer;
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
-$VERSION = '5.47';
+$VERSION = '5.48';
require Exporter;
require DynaLoader;
@@ -659,7 +659,7 @@ for their valuable comments and suggestions.
=head1 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.