diff options
author | lippe <lippe@FreeBSD.org> | 2009-08-04 20:19:43 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2009-08-04 20:19:43 +0800 |
commit | 6c91972d71a079f6eba5bd38bf50df686689e5b8 (patch) | |
tree | 9712aab4ea042cd6b85748a096801095b4c1447e /net/Makefile | |
parent | 9e28c673ce80e5994b64572515b4ae2ed947b83e (diff) | |
download | freebsd-ports-graphics-6c91972d71a079f6eba5bd38bf50df686689e5b8.tar.gz freebsd-ports-graphics-6c91972d71a079f6eba5bd38bf50df686689e5b8.tar.zst freebsd-ports-graphics-6c91972d71a079f6eba5bd38bf50df686689e5b8.zip |
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.
WWW: http://search.cpan.org/dist/Net-Twitter-Lite/
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index a155b5a3c0d..aa841b12d78 100644 --- a/net/Makefile +++ b/net/Makefile @@ -595,6 +595,7 @@ SUBDIR += p5-Net-Traceroute6 SUBDIR += p5-Net-Trackback SUBDIR += p5-Net-Twitter + SUBDIR += p5-Net-Twitter-Lite SUBDIR += p5-Net-VNC SUBDIR += p5-Net-Wake SUBDIR += p5-Net-Whois |