Revision history for perl distribution WebService-NetSuite-SuiteTalk

0.006     2015-01-17 21:56:08-05:00 America/New_York
    - add sandbox/preview release support that skips the getDataCenterUrls
      call on connection
    - fix detection of SOAP faults, especially governance faults
0.005     2015-01-15 12:09:10-05:00 America/New_York
    - fix calls to methods in scalar context so they return just the answer
    - add example "get_server_time.pl" script with config file
0.004     2015-01-14 16:41:25-05:00 America/New_York (TRIAL RELEASE)
    - start handling the operations that do not take a passport in the
      SOAP header (in 2014.2: login, ssoLogin, mapSso, logout,
      searchMore, searchNext)
    - more correct introspection of the soapAction that gets inserted into
      HTTP SOAPAction header rather than assuming it's the same as the
      operation name
0.003     2015-01-12 17:17:12-05:00 America/New_York (TRIAL RELEASE)
    - Handle *List methods that may trigger ExceededRecordCountFault or
      ExceededRequestSizeFault by recursively halving the number of records
      sent until they go through
0.002     2015-01-12 12:27:51-05:00 America/New_York (TRIAL RELEASE)
    - Added documentation:
        - example API calls in WebService::NetSuite::SuiteTalk
        - unit testing environment variables
    - Added caching test
0.001     2015-01-08 15:34:18-08:00 America/Los_Angeles (TRIAL RELEASE)
    - Initial release