Update p5-Net-Twitter to 3.18001.

Changes from previous:
    - fixed: AutoCursor:
        - no behavior change when user passes "cursor" arg
        - work with InflateObjects trait
    - synthetic ags use (-) prefix: -authenticate, -since, -legacy_lists_api
    - Replaced JSON::Any with JSON
    - documented new arguments for friendship_exists

3.18000_01 2011-09-21
    - added update_with_media (Allen Haim)
    - added get_privacy_policy and get_tos API methods
    - added get_languages and get_settings API methods
    - added contributors and contributees API methods
    - added geo_search, geo_search, similar_places, and add_place API methods
    - friends/followers API methods deprecated
    - implemented the *new* Lists API in the API::REST trait
    - replaced MX:MultiInitArg::Trait with MX:Aliases (Justin Hunter)
    - fixed bad whatis entry (patch from debian, closes RT #67203)
    - use Digest::SHA instead of Digest::SHA1 (patch from debian, closes RT #67202)

3.17001 2011-03-31
    - fixed intermittent bug in AutoCursor (result of Class::MOP anon class caching)

3.17000 2011-03-29
    - production release with new AutoCursor trait

3.16000_1 2011-03-27
    - Added AutoCursor trait

3.16000 2011-03-26
    - Moved trends methods to API::REST; added warning to API::Search::Trends
    - Added no_retweet_ids method
    - modify searchapiurl for identica option
    - added deprecation notice to Net::Identica with Net::Twitter examples
    - replaced Test::Exception with Test::Fatal in tests

3.15000 2011-02-25
    - added Lists API method members_create_all (alias add_list_members)
    - added tests dependency: Test::Exception (closes RT #65786)

3.14003 2011-02-07
    - Fixed: trends_location (closes RT #65506)
    - Added parameters trim_user, include_entities, include_rts (frank cuny, closes RT #62542)

3.14002 2010-11-02
   - Fixed: use File::Spec tests that failed in Win32 (turugina)

3.14001 2010-10-19
    - Make Crypt::SSLeay a hard requirement (really no longer practical without it)

3.14000 2010-10-19
    - Added #newtwitter API methods (account_totals, account_settings,
      suggestion_categories, user_suggestions, show_direct_message,
      retweeted_to_user, retweeted_by_user, lookup_friendships,
      update_friendship, all_lists, related_results)
    - fixed: memory leak in RateLimit trait

3.13009 2010-09-17
    - use Athorization header for OAuth token requests rather than query params
    - "identica => 1" sets OAuth URLs (assist from barbie)
    - updated Synopsis with OAuth (closes RT#61273)

3.13008_02 2010-09-04
    - fixed stack frame filter
    - fixed missing dependency
    - detect Twitter's errors array as an error object

3.13008_01 2010-08-31
    - extract error from the various disparate error formats
This commit is contained in:
hiramatsu 2011-11-28 13:04:54 +00:00
parent a7b3032270
commit f198a05038
2 changed files with 7 additions and 9 deletions

View file

@ -1,10 +1,8 @@
# $NetBSD: Makefile,v 1.13 2011/08/14 14:14:47 obache Exp $
# $NetBSD: Makefile,v 1.14 2011/11/28 13:04:54 hiramatsu Exp $
#
DISTNAME= Net-Twitter-3.13008
DISTNAME= Net-Twitter-3.18001
PKGNAME= p5-${DISTNAME}
#PKGREVISION= 1
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
@ -22,8 +20,8 @@ DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
DEPENDS+= p5-JSON-Any>=1.21:../../converters/p5-JSON-Any
DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
DEPENDS+= p5-Moose>=0.90:../../devel/p5-Moose
#DEPENDS+= p5-MooseX-AttributeHelpers-[0-9]*:../../devel/p5-MooseX-AttributeHelpers
DEPENDS+= p5-MooseX-MultiInitArg-[0-9]*:../../devel/p5-MooseX-MultiInitArg
DEPENDS+= p5-MooseX-Role-Parameterized-[0-9]*:../../devel/p5-MooseX-Role-Parameterized
DEPENDS+= p5-Net-[0-9]*:../../net/p5-Net
DEPENDS+= p5-Net-OAuth>=0.20:../../net/p5-Net-OAuth
DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.9 2010/09/15 05:51:01 sno Exp $
$NetBSD: distinfo,v 1.10 2011/11/28 13:04:54 hiramatsu Exp $
SHA1 (Net-Twitter-3.13008.tar.gz) = 4d0eea2dc3df5abb224b76e02d377e3a55402bbe
RMD160 (Net-Twitter-3.13008.tar.gz) = b7f04f6406ec1c8efa6960a8f8031c24f28256a6
Size (Net-Twitter-3.13008.tar.gz) = 112505 bytes
SHA1 (Net-Twitter-3.18001.tar.gz) = 629c098aacf46135c89a755b799f46fa20a899bd
RMD160 (Net-Twitter-3.18001.tar.gz) = e811a71ffa762b52ed9023d96133e0bac24100df
Size (Net-Twitter-3.18001.tar.gz) = 128033 bytes