summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/site/lib/LWP/Authen/Digest.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/site/lib/LWP/Authen/Digest.pm')
-rw-r--r--Master/tlpkg/tlperl/site/lib/LWP/Authen/Digest.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/site/lib/LWP/Authen/Digest.pm b/Master/tlpkg/tlperl/site/lib/LWP/Authen/Digest.pm
index 6fe542e29b3..2e80af49729 100644
--- a/Master/tlpkg/tlperl/site/lib/LWP/Authen/Digest.pm
+++ b/Master/tlpkg/tlperl/site/lib/LWP/Authen/Digest.pm
@@ -1,5 +1,5 @@
package LWP::Authen::Digest;
-
+$LWP::Authen::Digest::VERSION = '6.25';
use strict;
use base 'LWP::Authen::Basic';
@@ -59,7 +59,7 @@ sub auth_header {
for (@order) {
next unless defined $resp{$_};
- # RFC2617 sais that qop-value and nc-value should be unquoted.
+ # RFC2617 says that qop-value and nc-value should be unquoted.
if ( $_ eq 'qop' || $_ eq 'nc' ) {
push(@pairs, "$_=" . $resp{$_});
}