The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# XML::RPC Changes

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)

2009/01/01  (0.9) (by Alexandr Ciornii)
    * better Makefile.PL
    * 2 tests added

2008/04/16  (0.8)
    * Fixed 'each()' bug iterating over hashref.
    * Added xml_in() and xml_out() methods.
    * Fixed $faultCode warning (thanks JW).
    * Fixed some pod.

2008/02/07  (0.7)
    * Removed debugging warning.

2008/02/07  (0.6)
    * Added support for custom types.
    * faultCode is forced as int.

2007/11/07  (0.5)
    * No more strict refs.

2007/10/12  (0.4)
    * Fixed some more ref tests.
    * String values are now always CDATA enclosed.

2007/09/14  (0.3)
    * Fixed a ref test for updated XML::TreePP.

2007/04/25  (0.2)
    * Fixed empty hashrefs on returning values
    * Single result values are no longer returned as list.

2007/03/01  (0.1)
    * first release.