Commit eb9af16f authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 1113147: Revert the hack from bug 1108809 and blacklist SOAP::Lite 1.12

r=dkl a=glob
parent a5758fa2
......@@ -280,6 +280,8 @@ sub OPTIONAL_MODULES {
# Fixes various bugs, including 542931 and 552353 + stops
# throwing warnings with Perl 5.12.
version => '0.712',
# SOAP::Transport::HTTP 1.12 is bogus.
blacklist => ['^1\.12$'],
feature => ['xmlrpc'],
},
# Since SOAP::Lite 1.0, XMLRPC::Lite is no longer included
......
......@@ -47,13 +47,6 @@ BEGIN {
};
}
sub new {
my $class = shift;
my $self = $class->SUPER::new(@_);
$self->{debug_logger} = sub {};
return $self;
}
sub initialize {
my $self = shift;
my %retval = $self->SUPER::initialize(@_);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment