-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.txt
69 lines (46 loc) · 1.52 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
WWW-Kickstarter
This distribution provides access to Kickstarter's private API
to obtain information about your account, other users and and projects.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
ExtUtils::MakeMaker 6.74 (For installation only)
Software::License::CC0_1_0 (For installation only)
Test::More (For testing only)
autovivification
Carp
overload
strict
Time::HiRes
URI
URI::Escape
URI::QueryParam
version
warnings
The default HTTP client requires the following:
HTTP::Headers
HTTP::Request::Common
LWP::Protocol::https
LWP::UserAgent
The default JSON parser requires the following:
JSON::XS
DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc WWW::Kickstarter
You can also find it online at these locations:
http://search.cpan.org/dist/WWW-Kickstarter
https://metacpan.org/release/WWW-Kickstarter
COPYRIGHT AND LICENSE
No rights reserved.
The author has dedicated the work to the Commons by waiving all of his
or her rights to the work worldwide under copyright law and all related or
neighboring legal rights he or she had in the work, to the extent allowable by
law.
Works under CC0 do not require attribution. When citing the work, you should
not imply endorsement by the author.