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.95
[perl5.git] / cpan / Digest-SHA / lib / Digest / SHA.pm
index bbc1e22..3abca3d 100644 (file)
@@ -8,7 +8,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
 use Fcntl;
 use integer;
 
-$VERSION = '5.94';
+$VERSION = '5.95';
 
 require Exporter;
 require DynaLoader;