mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-23 19:22:40 +01:00
Do not use XML::Parser since it chokes on receiving unicode, use SOAP::Lite built-in instead
This commit is contained in:
parent
0c541f7a87
commit
e1e8418e02
@ -4,6 +4,7 @@
|
|||||||
use strict;
|
use strict;
|
||||||
|
|
||||||
use SOAP::Lite;
|
use SOAP::Lite;
|
||||||
|
$SOAP::Constants::DO_NOT_USE_XML_PARSER = 1;
|
||||||
use IPC::Open2;
|
use IPC::Open2;
|
||||||
|
|
||||||
my $user = 'test';
|
my $user = 'test';
|
||||||
|
Loading…
Reference in New Issue
Block a user