[libnet-twitter-perl] branch master updated (3596a92 -> 1d20e65)

Florian Schlichting fsfs at moszumanska.debian.org
Fri Nov 24 12:28:24 UTC 2017


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

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

      from  3596a92   update changelog
      adds  41a26b9   add build instructions
      adds  0fef9a7   Merge pull request #56 from h4ck3rm1k3/master
      adds  edb11b3   Add create_media_metadata endpoint
      adds  c0c2423   Fix: s/_from_json/from_json/
      adds  1988a33   Use JSON::MaybeXS
      adds  8ca7a10   Release 4.01020
      adds  476c345   Fix typo in documentation
      adds  c76bbcc   Fixed one spelling issue in POD
      adds  cbc7542   Merge pull request #67 from jacoby/master
      adds  230f883   Add upload_status method
      adds  f3af5ce   Document Net::Twitter::Error stack_trace methods
      adds  f19638b   Release 4.01030
      adds  7917050   Add links to Twitte API docs
      adds  9a544fc   Contrary to popular belief, the POD is not executable
      adds  2a6284e   Dammit Twitter, 1 *is* a boolean
      adds  d0372ff   Simplify geo_id back compat
      adds  b333998   Only link to Twitter API docs for appropriate APIs
      adds  22969e5   Add WrapResult trait
      adds  a39a18d   Release version 4.01040
      adds  2fc3fd8   Hack to get README and POD back into the distribution
      adds  81e33d1   Deprecate contributors/contributees
      adds  c3be648   Fix follow_suggestions foll_suggestions_for reversed
      adds  7621748   Fix useless use of \E warning
      adds  f965ec5   Coerce URI attributes from strings
      adds  787b567   Scope URI type to Net::Twitter::Types::URI
      adds  f72439a   Add tests for URL attributes
      adds  71cc560   tweak build configs
      adds  aa120ae   Merge pull request #71 from karenetheridge/topic/build_improvements
      adds  6511cab   Release 4.01042
      adds  b0694a9   New upstream version 4.01042
       new  1867612   Update upstream source from tag 'upstream/4.01042'
       new  252bc82   Update debian/changelog
       new  73735da   Drop build-dependency on M::B, upstream switched to EU::MM
       new  be40b7f   Add deprecation notice to NEWS and Description
       new  cfdb10a   Declare compliance with Debian Policy 4.1.1
       new  1d20e65   prepare changelog for release

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                                   | 109 -----------------------
 Changes                                    |   6 ++
 MANIFEST                                   |   7 +-
 META.yml                                   |  12 +--
 Makefile.PL                                | 135 +++++++++++++++++++++++++++++
 README                                     |  16 ++--
 debian/NEWS                                |  10 +++
 debian/changelog                           |  13 ++-
 debian/control                             |   8 +-
 dist.ini                                   |  77 ++++++++++++++++
 lib/Net/Identica.pm                        |   4 +-
 lib/Net/Twitter.pm                         |   4 +-
 lib/Net/Twitter.pod                        |  16 ++--
 lib/Net/Twitter/API.pm                     |   6 +-
 lib/Net/Twitter/Core.pm                    |   4 +-
 lib/Net/Twitter/Error.pm                   |   4 +-
 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       |  10 ++-
 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    |   4 +-
 lib/Net/Twitter/Role/AppAuth.pm            |  10 ++-
 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              |  21 ++---
 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         |   4 +-
 lib/Net/Twitter/Search.pm                  |   4 +-
 lib/Net/Twitter/Types.pm                   |  24 +++++
 lib/Net/Twitter/WrappedResult.pm           |   4 +-
 t/00-compile.t                             |   3 +-
 t/author-pod-coverage.t                    |   4 +-
 t/author-pod-syntax.t                      |   4 +-
 t/stringent-encoding.t                     |   2 +-
 t/url-attributes.t                         | 110 +++++++++++++++++++++++
 44 files changed, 478 insertions(+), 215 deletions(-)
 delete mode 100644 Build.PL
 create mode 100644 Makefile.PL
 create mode 100644 dist.ini
 create mode 100644 lib/Net/Twitter/Types.pm
 create mode 100644 t/url-attributes.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