summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author B. Watson2022-03-14 09:04:44 +0100
committer B. Watson2022-03-14 09:04:44 +0100
commita84dc3aa6c2ca6003eea5724f4a5c473516f8fa0 (patch)
tree13c63143a2f293f30d1e3e6b3532c55194b6c1e0 /perl
parentf98623faf65deaa6baeb75a072f7be0a4368767f (diff)
downloadslackbuilds-a84dc3aa6c2ca6003eea5724f4a5c473516f8fa0.tar.gz
perl/perl-digest-hmac: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-digest-hmac/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/perl/perl-digest-hmac/README b/perl/perl-digest-hmac/README
index b915ff7772..390cf323f6 100644
--- a/perl/perl-digest-hmac/README
+++ b/perl/perl-digest-hmac/README
@@ -1,8 +1,8 @@
-Digest::HMAC is a perl module used for message integrity checks between two
-parties that share a secret key, and works in combination with some other
-Digest algorithm, usually MD5 or SHA-1. The HMAC mechanism is described
-in RFC 2104.
+Digest::HMAC is a perl module used for message integrity checks
+between two parties that share a secret key, and works in combination
+with some other Digest algorithm, usually MD5 or SHA-1. The HMAC
+mechanism is described in RFC 2104.
The Digest::HMAC module follow the common Digest:: interface, but the
-constructor takes the secret key and the name of some other simple Digest::
-module as argument.
+constructor takes the secret key and the name of some other simple
+Digest:: module as argument.