Bump version and update Changes
[webservice-vichan.git] / README
1 WebService-Vichan version 0.001001
2 ==================================
3 An api client for 4chan.org and imageboards that use vichan
4 (such as 8ch.net).
5
6 INSTALLATION
7
8 To install this module type the following:
9
10 perl Makefile.PL
11 make
12 make test
13 make install
14
15 DEPENDENCIES
16
17 This module requires these other modules and libraries:
18
19 * Hash::Inflator
20 * JSON::MaybeXS
21
22 plus the HTTP::Tiny SSL dependencies:
23
24 * IO::Socket::SSL
25 * Mozilla::CA
26 * Net::SSLeay
27
28 COPYRIGHT AND LICENCE
29
30 Copyright (C) 2017 by Marius Gavrilescu
31
32 This library is free software; you can redistribute it and/or modify
33 it under the same terms as Perl itself, either Perl version 5.24.3 or,
34 at your option, any later version of Perl 5 you may have available.
35
36
This page took 0.018952 seconds and 4 git commands to generate.