[libnet-twitter-perl] branch master updated (df4e67f -> 6809d2a)

gregor herrmann gregoa at debian.org
Sun Nov 20 18:20:52 UTC 2016


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

gregoa pushed a change to branch master
in repository libnet-twitter-perl.

      from  df4e67f   update changelog
      adds  3d6c299   New upstream version 4.01041
       new  ce931d8   Merge tag 'upstream/4.01041'
       new  60b912b   Update debian/changelog
       new  a6118fe   Use HTTPS for Twitter URL in debian/copyright.
       new  6809d2a   releasing package libnet-twitter-perl version 4.01041-1

The 4 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:
 Build.PL                                   |   2 +-
 Changes                                    |  16 ++
 MANIFEST                                   |   3 +
 META.yml                                   |   2 +-
 README                                     | 395 +++++++++++++++++++++++++++--
 debian/changelog                           |   6 +-
 debian/copyright                           |   2 +-
 lib/Net/Identica.pm                        |   4 +-
 lib/Net/Twitter.pm                         |   6 +-
 lib/Net/Twitter.pod                        | 298 +++++++++++++++++++---
 lib/Net/Twitter/API.pm                     |   6 +-
 lib/Net/Twitter/Core.pm                    |  28 +-
 lib/Net/Twitter/Error.pm                   | 134 ++++++----
 lib/Net/Twitter/Manual/MigratingToV1_1.pod |   2 +-
 lib/Net/Twitter/OAuth.pm                   |   4 +-
 lib/Net/Twitter/Role/API/Lists.pm          |   4 +-
 lib/Net/Twitter/Role/API/REST.pm           |   4 +-
 lib/Net/Twitter/Role/API/RESTv1_1.pm       |  72 ++++--
 lib/Net/Twitter/Role/API/Search.pm         |   4 +-
 lib/Net/Twitter/Role/API/Search/Trends.pm  |   4 +-
 lib/Net/Twitter/Role/API/TwitterVision.pm  |   4 +-
 lib/Net/Twitter/Role/API/Upload.pm         |   4 +-
 lib/Net/Twitter/Role/API/UploadMedia.pm    |  14 +-
 lib/Net/Twitter/Role/AppAuth.pm            |   4 +-
 lib/Net/Twitter/Role/AutoCursor.pm         |   4 +-
 lib/Net/Twitter/Role/InflateObjects.pm     |   4 +-
 lib/Net/Twitter/Role/Legacy.pm             |   4 +-
 lib/Net/Twitter/Role/OAuth.pm              |   4 +-
 lib/Net/Twitter/Role/RateLimit.pm          |   4 +-
 lib/Net/Twitter/Role/RetryOnError.pm       |   4 +-
 lib/Net/Twitter/Role/SimulateCursors.pm    |   4 +-
 lib/Net/Twitter/Role/WrapError.pm          |   4 +-
 lib/Net/Twitter/Role/WrapResult.pm         |  65 +++++
 lib/Net/Twitter/Search.pm                  |   4 +-
 lib/Net/Twitter/WrappedResult.pm           | 115 +++++++++
 t/00-compile.t                             |   6 +-
 t/role-wrap-result.t                       |  37 +++
 37 files changed, 1095 insertions(+), 186 deletions(-)
 create mode 100644 lib/Net/Twitter/Role/WrapResult.pm
 create mode 100644 lib/Net/Twitter/WrappedResult.pm
 create mode 100644 t/role-wrap-result.t

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



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