diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/LWP/Protocol.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/LWP/Protocol.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/LWP/Protocol.pm b/Master/tlpkg/tlperl/lib/LWP/Protocol.pm index 61a28cd1386..dbd82d962cc 100644 --- a/Master/tlpkg/tlperl/lib/LWP/Protocol.pm +++ b/Master/tlpkg/tlperl/lib/LWP/Protocol.pm @@ -2,7 +2,7 @@ package LWP::Protocol; require LWP::MemberMixin; @ISA = qw(LWP::MemberMixin); -$VERSION = "5.829"; +$VERSION = "6.00"; use strict; use Carp (); |