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 da2ba3edcfb..8f17d4db5fb 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 = "6.06"; +$VERSION = "6.13"; use strict; use Carp (); |