The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.22

  • ! lib/RT/Client/REST/Object.pm
    • Modified behavior. Now list attribute methods return lists, not array references.
    • Fixed the way comma-separated values are split when parsing forms.
    • Updated POD.
  • ! Makefile.PL
    • Added dependency on Test::Exception, so that automated CPAN tests don't fail.
  • ! lib/RT/Client/REST.pm
    • Updated POD.
    • Upped VERSION.
    • No code changes.
  • ! examples/edit_ticket.pl
    • Modified to support setting list attributes.

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