Path to this page:
./
wip/p5-Net-Twitter-Lite,
Perl interface to the Twitter API (lite)
Branch: CURRENT,
Version: 0.12008,
Package name: p5-Net-Twitter-Lite-0.12008,
Maintainer: pkgsrc-usersThis module provides a perl interface to the Twitter APIs. It uses the same
API definitions as Net::Twitter, but without the extra bells and whistles and
without the additional dependencies. Same great taste, less filling.
This module is related to, but is not part of the Net::Twitter distribution.
It's API methods and API method documentation are generated from
Net::Twitter's internals. It exists for those who cannot, or prefer not to
install Moose and its dependencies.
You should consider upgrading to Net::Twitter for additional functionality,
finer grained control over features, full backwards compatibility with older
versions of Net::Twitter, and additional error handling options.
Required to run:[
www/p5-URI] [
www/p5-libwww] [
lang/perl5] [
converters/p5-JSON] [
net/p5-Net-OAuth]
Required to build:[
devel/p5-Module-Build-Tiny] [
pkgtools/cwrappers]
Master sites: (Expand)
RMD160: d6e7368c6c876e767d9fc2d7dd8182eeaec3b775
Filesize: 78.649 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2014-02-11 17:20:07 by Hiramatsu Yoshifumi | Files touched by this commit (2) |
Log message:
Update p5-Net-Twitter to 0.12006.
Changes from previous:
----------------------
0.12006 2014-01-24
- Added WrapResult: return both the Twitter result and HTTP::Response
0.12005 2014-01-17
- Twitter now requires SSL connections
0.12004 2013-05-03
- restore list_subscriptions
|
2013-04-30 04:29:43 by Hiramatsu Yoshifumi | Files touched by this commit (2) | |
Log message:
Update p5-Net-Twitter-Lite to 0.12003.
Changes from previous:
----------------------
0.12003 2013-04-25
- Added list_ownerships
0.12002 2013-03-11
- 30 second delay in OAuth requests fixed with Net::HTTP 6.06
0.12001 2013-03-06
- Fixed tests (Net::OAuth is optional) (closses issue #7)
- Updated examples to use Twitter API v1.1
0.12000 2013-03-04
- URI encode POSTDATA to match Twitter's more stringent (non-standard) \
requirements
- created Net::Twitter::Lite::WithAPIv1_1 for Twitter API v1.1 support
0.11002 2012-06-27
- rebuilt from Net::Twitter 3.18003 to fix replies, mentions path
0.11001 2012-05-08
- CPAN release
0.11000_01 2012-04-24
- functional parity with Net::Twitter 3.18002
- Replaced JSON::Any with JSON
- new lists methods, legacy_lists_api option for back compat
- update_with_media and other new API methods ported from Net::Twitter
0.10004 2011-03-28
- ported from Net::Twitter 3.16000
- fixed: methods requiring HTTP DELETE failed with OAuth
- doc fix: use verifier in request_access_token call
- always use SSL for token exchange
|
2012-10-04 20:42:20 by Aleksej Saushev | Files touched by this commit (38) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2012-06-10 14:06:59 by Leonardo Taccari | Files touched by this commit (11) |
Log message:
Drop mainteinership (I no longer use these packages)...
Feel free to take maintainership if you are interested!
|
2011-01-20 21:33:08 by Mike M. Volokhov | Files touched by this commit (2) | |
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)
|
2009-11-07 22:13:27 by Leonardo Taccari | Files touched by this commit (3) | |
Log message:
Import p5-Net-Twitter-Lite-0.08005 as wip/p5-Net-Twitter-Lite.
This module provides a perl interface to the Twitter APIs. It uses the same
API definitions as Net::Twitter, but without the extra bells and whistles and
without the additional dependencies. Same great taste, less filling.
This module is related to, but is not part of the Net::Twitter distribution.
It's API methods and API method documentation are generated from
Net::Twitter's internals. It exists for those who cannot, or prefer not to
install Moose and its dependencies.
You should consider upgrading to Net::Twitter for additional functionality,
finer grained control over features, full backwards compatibility with older
versions of Net::Twitter, and additional error handling options.
|