diff options
author | Ricardo Signes <rjbs@cpan.org> | 2013-08-01 21:05:04 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2013-08-01 21:05:04 -0400 |
commit | 691491ccee3b7e52b6f58d3f58fc3409c54b30b8 (patch) | |
tree | ce4b3097d749eff03113a096bab41683c6b210a4 /cpan | |
parent | 74698a94b04665f1ed941f40e933a3918956f4f9 (diff) | |
download | perl-691491ccee3b7e52b6f58d3f58fc3409c54b30b8.tar.gz |
version bump, because Digest::SHA changed
Diffstat (limited to 'cpan')
-rw-r--r-- | cpan/Digest-SHA/lib/Digest/SHA.pm | 2 |
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; |