Changeset 1446 for lang/perl/Net-Twitter-Diff
- Timestamp:
- 11/14/07 11:09:52 (6 years ago)
- Location:
- lang/perl/Net-Twitter-Diff/trunk
- Files:
-
- 4 modified
-
Changes (modified) (1 diff)
-
META.yml (modified) (1 diff)
-
Makefile.PL (modified) (1 diff)
-
lib/Net/Twitter/Diff.pm (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Net-Twitter-Diff/trunk/Changes
r1406 r1446 1 1 Revision history for Net-Twitter-Diff 2 3 0.03 2007-11-14/11:04 4 - Relase on CPAN 2 5 3 6 0.02 2007-11-14/00:05 -
lang/perl/Net-Twitter-Diff/trunk/META.yml
r1244 r1446 1 # http://module-build.sourceforge.net/META-spec.html 2 #XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# 3 name: Net-Twitter-Diff 4 version: 0.03 5 version_from: lib/Net/Twitter/Diff.pm 6 installdirs: site 7 requires: 8 Array::Diff: 0 9 Net::Twitter: 0 10 Test::More: 0 11 12 distribution_type: module 13 generated_by: ExtUtils::MakeMaker version 6.30 -
lang/perl/Net-Twitter-Diff/trunk/Makefile.PL
r1244 r1446 12 12 'Test::More' => 0, 13 13 'Net::Twitter' => 0, 14 'Class::Accessor' => 0,15 14 'Array::Diff' => 0, 16 15 }, -
lang/perl/Net-Twitter-Diff/trunk/lib/Net/Twitter/Diff.pm
r1406 r1446 6 6 use Array::Diff; 7 7 8 our $VERSION = '0.0 2';8 our $VERSION = '0.03'; 9 9 10 10 sub xfollowing { … … 180 180 =head1 DESCRIPTION 181 181 182 Just handy when you want know relationshop between your followers and follwoings and when you wnat to compare your following and sombody's 182 Handy when you want to know relationshop between your followers and follwoings and when you wnat to compare your following and sombody's. 183 183 184 184 =head1 METHOD 185 185 186 =head2 diff ()186 =head2 diff 187 187 188 188 run diff … … 190 190 response hash 191 191 192 $res->{not_following} 192 =over 4 193 194 =item B<not_following> 193 195 194 196 get screen_names who you are not following but they are. 195 197 196 $res->{not_followed} 198 =item B<not_followed> 197 199 198 200 get screen_names who they are not following but you are. 199 201 200 $res->{communicated} 202 =item B<communicated> 201 203 202 204 get screen_names who you are following them and also they follow you. 203 205 206 =back 207 204 208 =head2 comp_following( $twitter_id ) 205 209 … … 208 212 response hash 209 213 210 $res->{only_me} 214 =over 4 215 216 =item B<only_me> 211 217 212 218 only you are following 213 219 214 $res->{not_me} 220 =item B<not_me> 215 221 216 222 you are not following but sombody is following 217 223 218 $res->{share} 224 =item B<share> 219 225 220 226 both you and somebody are following. 221 227 228 =back 229 222 230 =head2 xfollowing 223 231 … … 228 236 can get more that 100 followers. 229 237 230 =head 2SEE ALSO238 =head1 SEE ALSO 231 239 232 240 L:<Net::Twitter>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)