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

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

      from  701f425   Prepare changelog for release
      adds  85906a5   Imported Upstream version 0.49
       new  f8dab2a   Merge tag 'upstream/0.49'
       new  beea9ec   New upstream release.
       new  a431cfa   Update license for lib/RT/Client/REST.pm.
       new  f4296df   Update years of packaging copyright.
       new  1a04297   Drop build dependency on libtest-pod-coverage-perl.
       new  f640cff   releasing package librt-client-rest-perl version 1:0.49-1

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES                                   |  22 ++
 MANIFEST                                  |   8 +-
 META.yml                                  |   2 +-
 MYMETA.json                               |   2 +-
 MYMETA.yml                                |   2 +-
 Makefile.PL                               |   7 +
 README                                    |   6 +-
 TODO                                      |   9 +
 debian/changelog                          |  10 +
 debian/control                            |   1 -
 debian/copyright                          |   4 +-
 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 +
 38 files changed, 1257 insertions(+), 186 deletions(-)
 create mode 100644 inc/HTTP/Server/Simple.pm
 create mode 100644 inc/HTTP/Server/Simple/CGI.pm
 create mode 100644 inc/HTTP/Server/Simple/CGI/Environment.pm
 create mode 100644 inc/Module/Install/Include.pm
 rename t/{026-group.t => 26-group.t} (100%)
 create mode 100644 t/50-forms.t
 create mode 100644 t/60-with-rt.t

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to