671b75d028dace119c84b9ebf0e6d52f5d9cb16b
[webservice-foaas.git] / README
1 WebService-FOAAS version 0.001
2 ==============================
3
4 FOAAS (Fuck Off As A Service) provides a modern, RESTful, scalable
5 solution to the common problem of telling people to fuck off.
6
7 C<WebService::FOAAS> is an API client for FOAAS. It provides a series
8 of methods for getting data from the service.
9
10 INSTALLATION
11
12 To install this module type the following:
13
14 perl Makefile.PL
15 make
16 make test
17 make install
18
19 DEPENDENCIES
20
21 This module requires these other modules and libraries:
22
23 * JSON::MaybeXS (only for regenerating the source code)
24 * Test::RequiresInternet
25 * URI::Escape
26
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.22.3 or,
34 at your option, any later version of Perl 5 you may have available.
35
36
This page took 0.021023 seconds and 3 git commands to generate.