This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Digest-SHA to CPAN version 5.74
[perl5.git] / cpan / Digest-SHA / lib / Digest / SHA.pm
index a341991..5edaae9 100644 (file)
@@ -7,7 +7,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
 use Fcntl;
 use integer;
 
-$VERSION = '5.73';
+$VERSION = '5.74';
 
 require Exporter;
 require DynaLoader;