|
Revision 1179, 0.6 kB
(checked in by yappo, 14 months ago)
|
r300@haruna (orig r298): ko | 2007-04-12 17:20:42 +0900
import POE-Component-Client-Twitter
|
| Line | |
|---|
| 1 | This is Perl module POE::Component::Client::Twitter. |
|---|
| 2 | |
|---|
| 3 | INSTALLATION |
|---|
| 4 | |
|---|
| 5 | POE::Component::Client::Twitter installation is straightforward. If your CPAN shell is set up, |
|---|
| 6 | you should just be able to do |
|---|
| 7 | |
|---|
| 8 | % cpan POE::Component::Client::Twitter |
|---|
| 9 | |
|---|
| 10 | Download it, unpack it, then build it as per the usual: |
|---|
| 11 | |
|---|
| 12 | % perl Makefile.PL |
|---|
| 13 | % make && make test |
|---|
| 14 | |
|---|
| 15 | Then install it: |
|---|
| 16 | |
|---|
| 17 | % make install |
|---|
| 18 | |
|---|
| 19 | DOCUMENTATION |
|---|
| 20 | |
|---|
| 21 | POE::Component::Client::Twitter documentation is available as in POD. So you can do: |
|---|
| 22 | |
|---|
| 23 | % perldoc POE::Component::Client::Twitter |
|---|
| 24 | |
|---|
| 25 | to read the documentation online with your favorite pager. |
|---|
| 26 | |
|---|
| 27 | Kazuhiro Osawa |
|---|