|
Revision 10318, 485 bytes
(checked in by yusukebe, 5 years ago)
|
|
version の記述を消した
|
| Line | |
|---|
| 1 | WebService-Simple |
|---|
| 2 | |
|---|
| 3 | DESCRIPTION |
|---|
| 4 | |
|---|
| 5 | WebService::Simple is a simple class to interact with web services. |
|---|
| 6 | |
|---|
| 7 | It's basically an LWP::UserAgent that remembers recurring api URLs and |
|---|
| 8 | parameters, plus sugar to parse the results. |
|---|
| 9 | |
|---|
| 10 | INSTALLATION |
|---|
| 11 | |
|---|
| 12 | To install this module, run the following commands: |
|---|
| 13 | |
|---|
| 14 | perl Makefile.PL |
|---|
| 15 | make |
|---|
| 16 | make test |
|---|
| 17 | make install |
|---|
| 18 | |
|---|
| 19 | LICENSE AND COPYRIGHT |
|---|
| 20 | |
|---|
| 21 | This module is free software; you can redistribute it |
|---|
| 22 | and/or modify it under the same terms as Perl itself. |
|---|
| 23 | See perlartistic. |
|---|
| 24 | |
|---|