summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2013-08-01 21:05:04 -0400
committerRicardo Signes <rjbs@cpan.org>2013-08-01 21:05:04 -0400
commit691491ccee3b7e52b6f58d3f58fc3409c54b30b8 (patch)
treece4b3097d749eff03113a096bab41683c6b210a4
parent74698a94b04665f1ed941f40e933a3918956f4f9 (diff)
downloadperl-691491ccee3b7e52b6f58d3f58fc3409c54b30b8.tar.gz
version bump, because Digest::SHA changed
-rw-r--r--cpan/Digest-SHA/lib/Digest/SHA.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Digest-SHA/lib/Digest/SHA.pm b/cpan/Digest-SHA/lib/Digest/SHA.pm
index b8f66afaa0..9a631b1fe9 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.84';
+$VERSION = '5.84_01';
require Exporter;
require DynaLoader;