Path to this page:
Subject: CVS commit: wip/p5-Net-Twitter-Lite
From: Mike M. Volokhov
Date: 2011-01-20 21:33:08
Message id: E1Pg1C7-0002GZ-SK@sfp-cvsdas-2.v30.ch3.sourceforge.com
Log Message:
Update Net::Twitter::Lite to the latest stable version (0.10003).
The package major changes:
- simplify MASTER_SITES (search by module)
- rework and verify all dependencies
- use Install::Bundled
The Net::Twitter::Lite major changes:
0.10003 2010-05-27
- fixed ssl test: skip_all if Crypt::SSLeay is not available
0.10002 2010-05-27
- fixed: set correct url to https when ssl is specified RT#57889
0.10001 2010-05-26
- fixed "plan twice" error in unicode test
0.10000 2010-05-21
- production release, ported from Net::Twitter 3.13003
0.09002_03 2010-05-13
- ported from Net::Twitter 3.13002_03
- handle DELETE HTTP method (for Lists API)
0.09002_02 2010-05-12
- ported from Net::Twitter 3.13002_02
- Added Lists API support
0.09001 2010-05-10
- removed Try::Tiny from unicode test to avoid an additional dependency
- Fixed unicode test, aburch (Ansgar Burchardt)
0.09000 2010-05-09
- New API methods (from Net::Twitter): friendships_incoming,
friendships_outgoing, geo_id, retweeted_by, retweeted_by_ids,
reverse_geocode.
- Added XAuth support (method xauth)
- Fixed: Net::Twitter::Lite::Error - needed overload fallback => 1
- Fixed: utf8 encoding error for latin1 using Basic Authentication (ported \
from Net::Twitter)
0.08006 2009-12-15
- Ported from Net::Twitter:
- netrc/netrc_machine changes from Net::Twitter
- trends_available/trends_location API methods
- documented lat/long parameters to update
- added users_search/find_people API method
- updated apiurl default to http://api.twitter.com/1
- Fixed: retweeted_{to,of}_me API URLs (RT#52784)
Files: