summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/site/lib/HTTP/Message.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/site/lib/HTTP/Message.pm')
-rw-r--r--Master/tlpkg/tlperl/site/lib/HTTP/Message.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/site/lib/HTTP/Message.pm b/Master/tlpkg/tlperl/site/lib/HTTP/Message.pm
index 078209e8edf..c680b41f4ff 100644
--- a/Master/tlpkg/tlperl/site/lib/HTTP/Message.pm
+++ b/Master/tlpkg/tlperl/site/lib/HTTP/Message.pm
@@ -3,7 +3,7 @@ package HTTP::Message;
use strict;
use warnings;
-our $VERSION = '6.18';
+our $VERSION = '6.22';
require HTTP::Headers;
require Carp;
@@ -417,6 +417,7 @@ sub decodable
# should match the Content-Encoding values that decoded_content can deal with
my $self = shift;
my @enc;
+ local $@;
# XXX preferably we should determine if the modules are available without loading
# them here
eval {
@@ -781,7 +782,7 @@ HTTP::Message - HTTP style message (base class)
=head1 VERSION
-version 6.18
+version 6.22
=head1 SYNOPSIS