diff options
Diffstat (limited to 'Master/tlpkg/tlperl/site/lib/LWP/Authen/Basic.pm')
-rw-r--r-- | Master/tlpkg/tlperl/site/lib/LWP/Authen/Basic.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/site/lib/LWP/Authen/Basic.pm b/Master/tlpkg/tlperl/site/lib/LWP/Authen/Basic.pm index 18fe8cd5f1c..a5cc949e6a3 100644 --- a/Master/tlpkg/tlperl/site/lib/LWP/Authen/Basic.pm +++ b/Master/tlpkg/tlperl/site/lib/LWP/Authen/Basic.pm @@ -1,7 +1,9 @@ package LWP::Authen::Basic; -$LWP::Authen::Basic::VERSION = '6.25'; + use strict; +our $VERSION = '6.31'; + require MIME::Base64; sub auth_header { |