3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-01 17:16:39 +02:00

Do not use XML::Parser since it chokes on receiving unicode, use SOAP::Lite built-in instead

This commit is contained in:
Pragmatic Software 2010-05-02 00:42:33 +00:00
parent 0c541f7a87
commit e1e8418e02

View File

@ -4,6 +4,7 @@
use strict;
use SOAP::Lite;
$SOAP::Constants::DO_NOT_USE_XML_PARSER = 1;
use IPC::Open2;
my $user = 'test';