Removed unnecessary NULL check in Digest::SHA
[p5sagit/p5-mst-13.2.git] / ext / Digest / SHA / SHA.pm
index 062562f..ea82a28 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use integer;
 
-our $VERSION = '5.32';
+our $VERSION = '5.34_01';
 
 require Exporter;
 our @ISA = qw(Exporter);
@@ -541,6 +541,7 @@ The author is particularly grateful to
        Brian Gladman
        Andy Lester
        Alex Muntada
+       Steve Peters
        Chris Skiscim
        Martin Thurn
        Gunnar Wolf
@@ -550,7 +551,7 @@ for their valuable comments and suggestions.
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2003-2005 Mark Shelor
+Copyright (C) 2003-2006 Mark Shelor
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.