Changes for version 0.23

  • ! lib/RT/Client/REST.pm
    • API change -- added 'login' method.
  • ! lib/RT/Client/REST/SearchResult.pm
    • API change -- 'object' instead of 'retrieve'.
  • ! lib/RT/Client/REST/Object.pm
    • Added support for transparency and a bunch of other goodies. See POD.
  • ! lib/RT/Client/REST/Attachment.pm ! lib/RT/Client/REST/Ticket.pm
    • Modified to conform to changed APIs.
  • ! examples/*.pl
    • Modified to adhere to new APIs.
  • t/35-db.t
    • Test auto* goodies.
  • t/91-pod-coverage.t
    • Test POD coverage.
  • ! t/10-core.t ! t/20-object.t ! t/40-search.t
    • Updated with new tests, methods, APIs, etc.
  • ! MANIFEST
    • Added new test files.

Modules

talk to RT installation using REST protocol.
this object represents an attachment.
exceptions thrown by RT::Client::REST methods.
base class for RT objects.
queue object representation.
Search results representation.
this object represents a ticket.
this object represents a transaction.
user object representation.

Provides

in lib/RT/Client/REST/Forms.pm
in lib/RT/Client/REST/Object/Exception.pm