summaryrefslogtreecommitdiff
path: root/lib/Digest/HMAC_MD5.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Digest/HMAC_MD5.pm')
-rw-r--r--lib/Digest/HMAC_MD5.pm9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/Digest/HMAC_MD5.pm b/lib/Digest/HMAC_MD5.pm
index 6efa0a1..66efe63 100644
--- a/lib/Digest/HMAC_MD5.pm
+++ b/lib/Digest/HMAC_MD5.pm
@@ -1,5 +1,6 @@
package Digest::HMAC_MD5;
-$VERSION="1.01";
+our $VERSION = '1.04'; # VERSION
+our $AUTHORITY = 'cpan:ARODLAND'; # AUTHORITY
use strict;
use Digest::MD5 qw(md5);
@@ -64,7 +65,11 @@ This module provide HMAC-MD5 hashing.
L<Digest::HMAC>, L<Digest::MD5>, L<Digest::HMAC_SHA1>
-=head1 AUTHOR
+=head1 MAINTAINER
+
+Andrew Rodland <arodland@cpan.org>
+
+=head1 ORIGINAL AUTHOR
Gisle Aas <gisle@aas.no>