[libnet-twitter-perl] branch master updated (d211170 -> 310c689)

gregor herrmann gregoa at debian.org
Sun Apr 17 13:40:30 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  d211170   update changelog
      adds  5cca285   Imported Upstream version 4.01020
       new  36fcdd7   Merge tag 'upstream/4.01020'
       new  a2219df   Update debian/changelog
       new  2df22f1   Update years of upstream and packaging copyright.
       new  e4342d9   Update (build) dependencies.
       new  3f6e1e5   Declare compliance with Debian Policy 3.9.8.
       new  310c689   releasing package libnet-twitter-perl version 4.01020-1

The 6 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                                   |  27 +++----
 Changes                                    |   6 +-
 LICENSE                                    |   8 +-
 MANIFEST                                   |   6 +-
 META.yml                                   | 103 ++++++++++++------------
 README                                     |  68 ++++++++++++++--
 debian/changelog                           |  11 ++-
 debian/control                             |   9 +--
 debian/copyright                           |   6 +-
 lib/Net/Identica.pm                        |   6 +-
 lib/Net/Twitter.pm                         |   6 +-
 lib/Net/Twitter.pod                        |  99 +++++++++++++++++++++--
 lib/Net/Twitter/API.pm                     |  10 ++-
 lib/Net/Twitter/Core.pm                    |  43 +++++-----
 lib/Net/Twitter/Error.pm                   |   6 +-
 lib/Net/Twitter/Manual/MigratingToV1_1.pod |   2 +-
 lib/Net/Twitter/OAuth.pm                   |   4 +-
 lib/Net/Twitter/Role/API/Lists.pm          |   6 +-
 lib/Net/Twitter/Role/API/REST.pm           |   8 +-
 lib/Net/Twitter/Role/API/RESTv1_1.pm       |  30 ++++---
 lib/Net/Twitter/Role/API/Search.pm         |   6 +-
 lib/Net/Twitter/Role/API/Search/Trends.pm  |   8 +-
 lib/Net/Twitter/Role/API/TwitterVision.pm  |   6 +-
 lib/Net/Twitter/Role/API/Upload.pm         |   8 +-
 lib/Net/Twitter/Role/API/UploadMedia.pm    |   4 +-
 lib/Net/Twitter/Role/AppAuth.pm            |   4 +-
 lib/Net/Twitter/Role/AutoCursor.pm         |   6 +-
 lib/Net/Twitter/Role/InflateObjects.pm     |   8 +-
 lib/Net/Twitter/Role/Legacy.pm             |   6 +-
 lib/Net/Twitter/Role/OAuth.pm              |   4 +-
 lib/Net/Twitter/Role/RateLimit.pm          |   6 +-
 lib/Net/Twitter/Role/RetryOnError.pm       |   6 +-
 lib/Net/Twitter/Role/SimulateCursors.pm    |   4 +-
 lib/Net/Twitter/Role/WrapError.pm          |   6 +-
 lib/Net/Twitter/Search.pm                  |   6 +-
 t/00-compile.t                             | 121 +++++++++++++++--------------
 t/20_exceptions.t                          |   4 +-
 t/50_inflate_objects.t                     |   6 +-
 t/51_rate_limit.t                          |   6 +-
 t/51_since.t                               |   4 +-
 t/author-pod-coverage.t                    |  15 ++++
 t/author-pod-syntax.t                      |  15 ++++
 t/auto-cursor.t                            |   6 +-
 t/release-pod-coverage.t                   |  22 ------
 t/release-pod-syntax.t                     |  16 ----
 45 files changed, 464 insertions(+), 303 deletions(-)
 create mode 100644 t/author-pod-coverage.t
 create mode 100644 t/author-pod-syntax.t
 delete mode 100644 t/release-pod-coverage.t
 delete mode 100644 t/release-pod-syntax.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