[libpithub-perl] branch master updated (aaf55de -> 1ed0479)

dod at debian.org dod at debian.org
Wed Jun 3 12:01:17 UTC 2015


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

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

      from  aaf55de   update changelog
      adds  80cb262   Imported Upstream version 0.01028
       new  1ed0479   Merge tag 'upstream/0.01028'

The 1 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                                   |  29 +++++
 MANIFEST                                  |   6 +-
 META.json                                 | 194 +++++++++++++++++++---------
 META.yml                                  | 174 ++++++++++++++++---------
 Makefile.PL                               |  25 ++--
 README                                    |   4 +-
 dist.ini                                  |  16 ++-
 examples/gitdata_commit.pl                |   4 +-
 lib/Pithub.pm                             |  26 ++--
 lib/Pithub/Base.pm                        | 208 ++++++++++++++++--------------
 lib/Pithub/Events.pm                      |   8 +-
 lib/Pithub/Gists.pm                       |  10 +-
 lib/Pithub/Gists/Comments.pm              |  60 ++++++---
 lib/Pithub/GitData.pm                     |  18 ++-
 lib/Pithub/GitData/Blobs.pm               |   8 +-
 lib/Pithub/GitData/Commits.pm             |   8 +-
 lib/Pithub/GitData/References.pm          |   8 +-
 lib/Pithub/GitData/Tags.pm                |   8 +-
 lib/Pithub/GitData/Trees.pm               |   8 +-
 lib/Pithub/Issues.pm                      |  18 ++-
 lib/Pithub/Issues/Assignees.pm            |   8 +-
 lib/Pithub/Issues/Comments.pm             |   8 +-
 lib/Pithub/Issues/Events.pm               |   8 +-
 lib/Pithub/Issues/Labels.pm               |   8 +-
 lib/Pithub/Issues/Milestones.pm           |   8 +-
 lib/Pithub/Orgs.pm                        |  12 +-
 lib/Pithub/Orgs/Members.pm                |   8 +-
 lib/Pithub/Orgs/Teams.pm                  |   8 +-
 lib/Pithub/PullRequests.pm                |  10 +-
 lib/Pithub/PullRequests/Comments.pm       |   8 +-
 lib/Pithub/Repos.pm                       |  83 +++++++++---
 lib/Pithub/Repos/Collaborators.pm         |   8 +-
 lib/Pithub/Repos/Commits.pm               |   8 +-
 lib/Pithub/Repos/Contents.pm              |  14 +-
 lib/Pithub/Repos/Downloads.pm             |   8 +-
 lib/Pithub/Repos/Forks.pm                 |   8 +-
 lib/Pithub/Repos/Hooks.pm                 |   8 +-
 lib/Pithub/Repos/Keys.pm                  |  43 +-----
 lib/Pithub/Repos/Releases.pm              |  10 +-
 lib/Pithub/Repos/Releases/Assets.pm       |   8 +-
 lib/Pithub/Repos/Starring.pm              |   8 +-
 lib/Pithub/Repos/Stats.pm                 |   8 +-
 lib/Pithub/Repos/Statuses.pm              |   8 +-
 lib/Pithub/Repos/Watching.pm              |   8 +-
 lib/Pithub/Result.pm                      |  61 +++++++--
 lib/Pithub/Result/SharedCache.pm          |  72 +++++++++++
 lib/Pithub/Search.pm                      |   8 +-
 lib/Pithub/Users.pm                       |  14 +-
 lib/Pithub/Users/Emails.pm                |   8 +-
 lib/Pithub/Users/Followers.pm             |   8 +-
 lib/Pithub/Users/Keys.pm                  |  43 +-----
 t/basic.t                                 |  94 +++++++++-----
 t/events.t                                |   4 +-
 t/gists.t                                 |  71 +++++-----
 t/git_data.t                              |  31 +++--
 t/issues.t                                |  58 ++++-----
 t/lib/Pithub/Test.pm                      |  64 ++++++---
 t/lib/Pithub/{Test.pm => Test/Factory.pm} |   2 +-
 t/lib/Pithub/Test/UA.pm                   |  29 +++--
 t/live/basic.t                            |  40 +++++-
 t/live/cache.t                            |  46 +++++++
 t/live/events.t                           |  10 +-
 t/live/gists.t                            |  24 ++--
 t/live/git_data.t                         |  19 +--
 t/live/issues.t                           |  10 +-
 t/live/orgs.t                             |  19 ++-
 t/live/pull_requests.t                    |  10 +-
 t/live/repos.t                            |  39 +++---
 t/live/users.t                            |  23 +---
 t/multi.t                                 |  62 ++++-----
 t/orgs.t                                  |  50 +++----
 t/pull_requests.t                         |  28 ++--
 t/repos.t                                 | 182 ++++++++++++++------------
 t/search.t                                |  12 +-
 t/test.t                                  |  16 +++
 t/users.t                                 |  51 +++-----
 76 files changed, 1374 insertions(+), 990 deletions(-)
 create mode 100644 lib/Pithub/Result/SharedCache.pm
 copy t/lib/Pithub/{Test.pm => Test/Factory.pm} (93%)
 create mode 100644 t/live/cache.t
 create mode 100644 t/test.t

-- 
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