Bump version and update Changes
[webservice-foaas.git] / README
CommitLineData
6697f60f
MG
1WebService-FOAAS version 0.002
2==============================
943f1904
MG
3
4FOAAS (Fuck Off As A Service) provides a modern, RESTful, scalable
5solution to the common problem of telling people to fuck off.
6
7C<WebService::FOAAS> is an API client for FOAAS. It provides a series
8of methods for getting data from the service.
9
10INSTALLATION
11
12To install this module type the following:
13
14 perl Makefile.PL
15 make
16 make test
17 make install
18
19DEPENDENCIES
20
21This module requires these other modules and libraries:
22
23* JSON::MaybeXS (only for regenerating the source code)
24* Test::RequiresInternet
25* URI::Escape
26
943f1904
MG
27COPYRIGHT AND LICENCE
28
6697f60f 29Copyright (C) 2017-2018 by Marius Gavrilescu
943f1904
MG
30
31This library is free software; you can redistribute it and/or modify
32it under the same terms as Perl itself, either Perl version 5.22.3 or,
33at your option, any later version of Perl 5 you may have available.
34
35
This page took 0.010516 seconds and 4 git commands to generate.