in reply to Re^2: SOAP::Serializer::envelope: Client Application failed during request deserialization
in thread SOAP::Serializer::envelope: Client Application failed during request deserialization

I can confirm I had exactly the same problem and fixed successfully just by editing the file as you suggested:

sysread( STDIN, $buffer, $length )
to
read( STDIN, $buffer, $length )

Centos 5.5 + DAG repositories

Before this, I tried reinstalling everything several times from different sources: cpan and rpms using yum+rpmforge.

I can't believe it! how disappointing from CPAN.

  • Comment on Re^3: SOAP::Serializer::envelope: Client Application failed during request deserialization