The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for ServiceNow-Simple

0.04    29-October-2013
        * Capture and handle connection errors in tests
        * TODO - Change from using default SOAP serialisation to using details from the WSDL

0.03    21-October-2013
        * Tweak to handling of config data
        * Tweak so automated testing does not fail
        * Set default instance=demo019, user=admin and password=admin for testing
        
0.02    20-October-2013
	* Fixed reported issues with questions in Makefile.PL affecting automated testing [rt.cpan.org #89550] CHORNY@cpan.org
	* __limits in new() was being ignored
	* Updated documenation

0.01    15-October-2013
        First version, covering the basic features, with the following methods:
          get
	  get_keys
	  get_records
	  insert
	  new
	  print_results
	  set_instance
	  set_soap
	  set_table
	  soap_debug
	  update
        The main usage is described in the Synopsis, further documentation to follow