line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Task::Twitter; |
2
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
22398
|
use warnings; |
|
1
|
|
|
|
|
4
|
|
|
1
|
|
|
|
|
41
|
|
4
|
1
|
|
|
1
|
|
7
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
114
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
=head1 NAME |
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
Task::Twitter - Install modules relating to Twitter |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
=head1 VERSION |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
Version 0.01 |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=head1 SYNOPSIS |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
This module currently installs Net::Twitter, Log::Dispatch::Twitter, Twitter::TagGrep, WWWW:ItsABot and Net::PingFM . |
18
|
|
|
|
|
|
|
If you want your Twitter-related module included, let me know. |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=cut |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
our $VERSION = '0.01'; |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=head1 AUTHOR |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
Jonathan Leto, C<< <jonathan at leto.net> >> |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
=head1 BUGS |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
Please report any bugs or feature requests to C<bug-task-twitter at rt.cpan.org>, or through |
31
|
|
|
|
|
|
|
the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Task::Twitter>. I will be notified, and then you'll |
32
|
|
|
|
|
|
|
automatically be notified of progress on your bug as I make changes. |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
=head1 SUPPORT |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
You can find documentation for this module with the perldoc command. |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
perldoc Task::Twitter |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
You can also look for information at: |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
=over 4 |
45
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
=item * RT: CPAN's request tracker |
47
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Task::Twitter> |
49
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
=item * AnnoCPAN: Annotated CPAN documentation |
51
|
|
|
|
|
|
|
|
52
|
|
|
|
|
|
|
L<http://annocpan.org/dist/Task::Twitter> |
53
|
|
|
|
|
|
|
|
54
|
|
|
|
|
|
|
=item * CPAN Ratings |
55
|
|
|
|
|
|
|
|
56
|
|
|
|
|
|
|
L<http://cpanratings.perl.org/d/Task::Twitter> |
57
|
|
|
|
|
|
|
|
58
|
|
|
|
|
|
|
=item * Search CPAN |
59
|
|
|
|
|
|
|
|
60
|
|
|
|
|
|
|
L<http://search.cpan.org/dist/Task::Twitter> |
61
|
|
|
|
|
|
|
|
62
|
|
|
|
|
|
|
=back |
63
|
|
|
|
|
|
|
|
64
|
|
|
|
|
|
|
|
65
|
|
|
|
|
|
|
=head1 ACKNOWLEDGEMENTS |
66
|
|
|
|
|
|
|
|
67
|
|
|
|
|
|
|
|
68
|
|
|
|
|
|
|
=head1 COPYRIGHT & LICENSE |
69
|
|
|
|
|
|
|
|
70
|
|
|
|
|
|
|
Copyright 2009 Jonathan Leto, all rights reserved. |
71
|
|
|
|
|
|
|
|
72
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify it |
73
|
|
|
|
|
|
|
under the same terms as Perl itself. |
74
|
|
|
|
|
|
|
|
75
|
|
|
|
|
|
|
|
76
|
|
|
|
|
|
|
=cut |
77
|
|
|
|
|
|
|
|
78
|
|
|
|
|
|
|
22/7; # End of Task::Twitter |