Changes for version 0.17

  • lib/RT/Client/REST/Transaction.pm
  • t/24-transaction.t
    • Added transaction object.
  • examples/show_transaction.pl
  • examples/list_transactions_rt.pl
  • examples/list_transactions.pl
    • Some more examples.
  • ! lib/RT/Client/REST/Ticket.pm
    • Added method "transactions()".
  • ! lib/RT/Client/REST.pm ! t/10-core.t
    • Added methods "get_transaction_ids()" and "get_transaction()"
  • ! lib/RT/Client/REST/Attachment.pm
    • After retrieving values, set everything to not dirty.
    • Fixed up POD.
  • ! MANIFEST
    • Added new 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.
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