[libpithub-perl] branch master updated (760c25c -> 0ce9812)

Lucas Kanashiro kanashiro.duarte at gmail.com
Sat Jan 16 14:21:31 UTC 2016


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

kanashiro-guest pushed a change to branch master
in repository libpithub-perl.

      from  760c25c   Releasing libpithub-perl version 0.01030-1
      adds  1d1899b   fix parameter name
      adds  64a93bc   Merge pull request #183 from Konboi/fix-example-parameter-name
      adds  76dae64   add Add team membership API
      adds  33c549b   Add Remove team membership API
      adds  0c5bc24   add remove_membership to basic.t
      adds  2ad64aa   Merge pull request #184 from masasuzu/master
      adds  3a859d7   Add warnings, in using old API.
      adds  36c739b   Merge pull request #185 from masasuzu/master
      adds  13e5302   Handle unicode when en/de-coding json
      adds  d176004   Merge pull request #186 from rwstauner/utf8
      adds  3566b36   Improve documentation (Closes #188)
      adds  3e0ff14   Merge pull request #189 from zoffixznet/improve-doc
      adds  a28ff53   Fixing POD
      adds  60066c9   Merge pull request #192 from bessarabov/fixing_pod
      adds  11cae09   add the option for disabling utf8 en/de-coding
      adds  cc336e9   set the utf8 option as a Moo attribute
      adds  2c7a415   Merge pull request #191 from shogo82148/disable-utf8-option
      adds  8146198   Fixes typos.
      adds  1b55e5c   Updates Changes.
      adds  a50913b   Updates README.md
      adds  9826a51   v0.01031
      adds  533eafa   pass utf8 option to child instances
      adds  1eb3c50   Merge pull request #193 from shogo82148/fix-missing-utf8-option
      adds  43bd98a   Update Changes before release.
      adds  0e738df   v0.01032
      adds  c18258a   Imported Upstream version 0.01032
       new  02e327c   Merge tag 'upstream/0.01032'
       new  f1802d0   Update debian/changelog
       new  0ce9812   Releasing libpithub-perl version 0.01032-1

The 3 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                                         |   9 +-
 MANIFEST                                        |   4 +-
 META.json                                       | 111 +++++++++++++-----------
 META.yml                                        | 109 ++++++++++++-----------
 Makefile.PL                                     |   4 +-
 README                                          |   4 +-
 debian/changelog                                |   7 ++
 lib/Pithub.pm                                   |  24 +++--
 lib/Pithub/Base.pm                              |  23 ++++-
 lib/Pithub/Events.pm                            |   4 +-
 lib/Pithub/Gists.pm                             |   4 +-
 lib/Pithub/Gists/Comments.pm                    |   4 +-
 lib/Pithub/GitData.pm                           |   4 +-
 lib/Pithub/GitData/Blobs.pm                     |   4 +-
 lib/Pithub/GitData/Commits.pm                   |   4 +-
 lib/Pithub/GitData/References.pm                |   4 +-
 lib/Pithub/GitData/Tags.pm                      |   4 +-
 lib/Pithub/GitData/Trees.pm                     |   4 +-
 lib/Pithub/Issues.pm                            |   4 +-
 lib/Pithub/Issues/Assignees.pm                  |   4 +-
 lib/Pithub/Issues/Comments.pm                   |   4 +-
 lib/Pithub/Issues/Events.pm                     |   4 +-
 lib/Pithub/Issues/Labels.pm                     |   4 +-
 lib/Pithub/Issues/Milestones.pm                 |   4 +-
 lib/Pithub/Orgs.pm                              |   4 +-
 lib/Pithub/Orgs/Members.pm                      |   4 +-
 lib/Pithub/Orgs/Teams.pm                        |   4 +-
 lib/Pithub/PullRequests.pm                      |   4 +-
 lib/Pithub/PullRequests/Comments.pm             |   4 +-
 lib/Pithub/Repos.pm                             |   4 +-
 lib/Pithub/Repos/Collaborators.pm               |   4 +-
 lib/Pithub/Repos/Commits.pm                     |   4 +-
 lib/Pithub/Repos/Contents.pm                    |   4 +-
 lib/Pithub/Repos/Downloads.pm                   |   4 +-
 lib/Pithub/Repos/Forks.pm                       |   4 +-
 lib/Pithub/Repos/Hooks.pm                       |   4 +-
 lib/Pithub/Repos/Keys.pm                        |   4 +-
 lib/Pithub/Repos/Releases.pm                    |   4 +-
 lib/Pithub/Repos/Releases/Assets.pm             |   4 +-
 lib/Pithub/Repos/Starring.pm                    |   4 +-
 lib/Pithub/Repos/Stats.pm                       |   4 +-
 lib/Pithub/Repos/Statuses.pm                    |   4 +-
 lib/Pithub/Repos/Watching.pm                    |   4 +-
 lib/Pithub/Result.pm                            |  16 +++-
 lib/Pithub/Result/SharedCache.pm                |   4 +-
 lib/Pithub/Search.pm                            |   4 +-
 lib/Pithub/SearchV3.pm                          |   4 +-
 lib/Pithub/Users.pm                             |   4 +-
 lib/Pithub/Users/Emails.pm                      |   4 +-
 lib/Pithub/Users/Followers.pm                   |   4 +-
 lib/Pithub/Users/Keys.pm                        |   4 +-
 t/{release-pod-syntax.t => author-pod-syntax.t} |   5 +-
 t/encoding.t                                    |  34 ++++++++
 53 files changed, 306 insertions(+), 208 deletions(-)
 rename t/{release-pod-syntax.t => author-pod-syntax.t} (56%)

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



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