[libpithub-perl] branch master updated (acf5c3a -> 64f3f77)

dod at debian.org dod at debian.org
Fri Apr 25 20:11:14 UTC 2014


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

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

      from  acf5c3a   update changelog
      adds  c140adf   Imported Upstream version 0.01024
       new  45fac83   Merge tag 'upstream/0.01024'
       new  af7d6a3   copyright: updated years
       new  64f3f77   prepare release

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                             |  11 ++
 LICENSE                             |   2 +-
 MANIFEST                            |   8 +-
 META.json                           | 118 ++++++++++---------
 META.yml                            | 141 +++++++++++-----------
 Makefile.PL                         |   4 +-
 README                              |   4 +-
 covered/covered-0.01.db             | Bin 11264 -> 0 bytes
 debian/changelog                    |  11 +-
 debian/copyright                    |   4 +-
 dist.ini                            |   4 +
 examples/create_download.pl         |  14 ---
 examples/create_release.pl          |  36 ++++++
 examples/releases.pl                |  20 ++++
 lib/Pithub.pm                       |  56 ++++++++-
 lib/Pithub/Base.pm                  |  37 ++++--
 lib/Pithub/Events.pm                |   7 +-
 lib/Pithub/Gists.pm                 |   7 +-
 lib/Pithub/Gists/Comments.pm        |   7 +-
 lib/Pithub/GitData.pm               |   7 +-
 lib/Pithub/GitData/Blobs.pm         |   7 +-
 lib/Pithub/GitData/Commits.pm       |   7 +-
 lib/Pithub/GitData/References.pm    |   7 +-
 lib/Pithub/GitData/Tags.pm          |   7 +-
 lib/Pithub/GitData/Trees.pm         |   7 +-
 lib/Pithub/Issues.pm                |   7 +-
 lib/Pithub/Issues/Assignees.pm      |   7 +-
 lib/Pithub/Issues/Comments.pm       |   7 +-
 lib/Pithub/Issues/Events.pm         |   7 +-
 lib/Pithub/Issues/Labels.pm         |   7 +-
 lib/Pithub/Issues/Milestones.pm     |   7 +-
 lib/Pithub/Orgs.pm                  |   7 +-
 lib/Pithub/Orgs/Members.pm          |   7 +-
 lib/Pithub/Orgs/Teams.pm            |  14 ++-
 lib/Pithub/PullRequests.pm          |   7 +-
 lib/Pithub/PullRequests/Comments.pm |   7 +-
 lib/Pithub/Repos.pm                 |  46 +++++---
 lib/Pithub/Repos/Collaborators.pm   |   7 +-
 lib/Pithub/Repos/Commits.pm         |   7 +-
 lib/Pithub/Repos/Contents.pm        |   7 +-
 lib/Pithub/Repos/Downloads.pm       |  13 ++-
 lib/Pithub/Repos/Forks.pm           |   7 +-
 lib/Pithub/Repos/Hooks.pm           |   7 +-
 lib/Pithub/Repos/Keys.pm            |   7 +-
 lib/Pithub/Repos/Releases.pm        | 227 ++++++++++++++++++++++++++++++++++++
 lib/Pithub/Repos/Releases/Assets.pm | 219 ++++++++++++++++++++++++++++++++++
 lib/Pithub/Repos/Starring.pm        |   7 +-
 lib/Pithub/Repos/Stats.pm           |   7 +-
 lib/Pithub/Repos/Statuses.pm        |   7 +-
 lib/Pithub/Repos/Watching.pm        |   7 +-
 lib/Pithub/Result.pm                |   7 +-
 lib/Pithub/Search.pm                |   7 +-
 lib/Pithub/Users.pm                 |   7 +-
 lib/Pithub/Users/Emails.pm          |   7 +-
 lib/Pithub/Users/Followers.pm       |   7 +-
 lib/Pithub/Users/Keys.pm            |   7 +-
 t/basic.t                           |  28 ++++-
 t/orgs.t                            |   7 +-
 t/release-pod-syntax.t              |   4 +-
 t/repos.t                           | 199 ++++++++++++++++++++++++++++++-
 60 files changed, 1101 insertions(+), 371 deletions(-)
 delete mode 100644 covered/covered-0.01.db
 delete mode 100755 examples/create_download.pl
 create mode 100755 examples/create_release.pl
 create mode 100755 examples/releases.pl
 create mode 100644 lib/Pithub/Repos/Releases.pm
 create mode 100644 lib/Pithub/Repos/Releases/Assets.pm

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