[libpithub-perl] 01/01: Merge tag 'upstream/0.01028'
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 commit to branch master
in repository libpithub-perl.
commit 1ed04796ce6ddfe371ee72a23590510b9128e5b4
Merge: aaf55de 80cb262
Author: Dominique Dumont <dod at debian.org>
Date: Wed Jun 3 13:59:28 2015 +0200
Merge tag 'upstream/0.01028'
Upstream version 0.01028
# gpg: Signature made Wed 03 Jun 2015 01:59:24 PM CEST using RSA key ID 49AB2B6C
# gpg: Good signature from "Dominique Dumont <domi.dumont at free.fr>"
# gpg: aka "Dominique Dumont (CPAN) <ddumont at cpan.org>"
# gpg: aka "Dominique Dumont (HP-GNB) <domi at komarr.gre.hp.com>"
# gpg: aka "Dominique Dumont (HP-SEA) <dominique.dumont at hp.com>"
# gpg: aka "Dominique Dumont (Debian) <dod at debian.org>"
# gpg: aka "Dominique Dumont <dod at debian.org>"
# gpg: aka "Dominique Dumont <dod38fr at googlemail.com>"
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(-)
--
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