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, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/site/lib/LWP/Authen/Digest.pm b/Master/tlpkg/tlperl/site/lib/LWP/Authen/Digest.pm
index 2e80af49729..7a7c3e01e04 100644
--- a/Master/tlpkg/tlperl/site/lib/LWP/Authen/Digest.pm
+++ b/Master/tlpkg/tlperl/site/lib/LWP/Authen/Digest.pm
@@ -1,8 +1,10 @@
package LWP::Authen::Digest;
-$LWP::Authen::Digest::VERSION = '6.25';
+
use strict;
use base 'LWP::Authen::Basic';
+our $VERSION = '6.31';
+
require Digest::MD5;
sub auth_header {