2017/11/21 (1.1)
* Add facility to add HTTP *Basic* Auth
* Require LWP::Protocol::https to be installed
(hey, it's 2017, we can assume that https is available....)
This implicitly fixes bug 118475 "XML::RPC not reporting error if https connection requested but LWP::Protocol::https not installed"
* Implement recommended patch for #75078 "autodetection of XML datatyp <i4> for string of digits starting with 0"
2017/11/21 (1.0) Rene "cavac" Schickbauer
* First release by me for this module
* Integrate/Merge changes from XML::RPC::CustomUA
(and deprecate CustomUA module at the same time)
XML::RPC module provides simple Pure Perl methods for XML-RPC
communication. It's goals are simplicity and flexibility. XML::RPC uses
XML::TreePP for parsing.
Thanks bsiegert@ for suggestion to category.