root/lang/perl/WebService-Simple/tags/release-0.10/README

Revision 10318, 485 bytes (checked in by yusukebe, 5 years ago)

version の記述を消した

Line 
1WebService-Simple
2
3DESCRIPTION
4
5WebService::Simple is a simple class to interact with web services.
6
7It's basically an LWP::UserAgent that remembers recurring api URLs and
8parameters, plus sugar to parse the results.
9
10INSTALLATION
11
12To install this module, run the following commands:
13
14        perl Makefile.PL
15        make
16        make test
17        make install
18
19LICENSE AND COPYRIGHT
20
21This module is free software; you can redistribute it
22and/or modify it under the same terms as Perl itself.
23See perlartistic.
24
Note: See TracBrowser for help on using the browser.