[librt-client-rest-perl] 01/06: Merge tag 'upstream/0.49'

gregor herrmann gregoa at debian.org
Wed May 14 20:50:25 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository librt-client-rest-perl.

commit f8dab2ab81c1b55af28a97d79b06790c50a32814
Merge: 701f425 85906a5
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed May 14 22:41:12 2014 +0200

    Merge tag 'upstream/0.49'
    
    Upstream version 0.49

 CHANGES                                   |  22 ++
 MANIFEST                                  |   8 +-
 META.yml                                  |   2 +-
 MYMETA.json                               |   2 +-
 MYMETA.yml                                |   2 +-
 Makefile.PL                               |   7 +
 README                                    |   6 +-
 TODO                                      |   9 +
 examples/edit_custom_field.pl             |   2 +-
 inc/HTTP/Server/Simple.pm                 | 422 ++++++++++++++++++++++++++++++
 inc/HTTP/Server/Simple/CGI.pm             | 105 ++++++++
 inc/HTTP/Server/Simple/CGI/Environment.pm |  85 ++++++
 inc/Module/Install/Include.pm             |  34 +++
 lib/RT/Client/REST.pm                     | 106 +++++++-
 lib/RT/Client/REST/Attachment.pm          |   4 +-
 lib/RT/Client/REST/Exception.pm           |   2 -
 lib/RT/Client/REST/Forms.pm               |   4 +-
 lib/RT/Client/REST/Group.pm               |   2 +-
 lib/RT/Client/REST/HTTPClient.pm          |   2 -
 lib/RT/Client/REST/Object.pm              |   4 +-
 lib/RT/Client/REST/Object/Exception.pm    |   1 -
 lib/RT/Client/REST/Queue.pm               |   4 +-
 lib/RT/Client/REST/SearchResult.pm        |   2 -
 lib/RT/Client/REST/Ticket.pm              |   4 +-
 lib/RT/Client/REST/Transaction.pm         |   4 +-
 lib/RT/Client/REST/User.pm                |   4 +-
 t/10-core.t                               |  37 ++-
 t/{026-group.t => 26-group.t}             |   0
 t/50-forms.t                              |  51 ++++
 t/60-with-rt.t                            | 191 ++++++++++++++
 t/80-timeout.t                            |  49 ++--
 t/81-submit.t                             |  30 +--
 t/82-stringify.t                          |  53 ++--
 t/83-attachments.t                        | 161 +++++++-----
 t/91-pod-coverage.t                       |   7 +
 35 files changed, 1245 insertions(+), 183 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librt-client-rest-perl.git



More information about the Pkg-perl-cvs-commits mailing list