Initial commit
[webservice-tdwtf.git] / README
1 WebService-TDWTF version 0.001
2 ==============================
3
4 WebService::TDWTF is an interface to the API of L<http://thedailywtf.com>.
5 Quoting the website's sidebar:
6
7 Founded in 2004 by Alex Papadimoulis, The Daily WTF is your
8 how-not-to guide for developing software. We recount tales of
9 disastrous development, from project management gone spectacularly
10 bad to inexplicable coding choices.
11
12 INSTALLATION
13
14 To install this module type the following:
15
16 perl Makefile.PL
17 make
18 make test
19 make install
20
21 DEPENDENCIES
22
23 This module requires these other modules and libraries:
24
25 * Class::Accessor::Fast
26 * JSON::MaybeXS
27
28 COPYRIGHT AND LICENCE
29
30 Copyright (C) 2016 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.20.2 or,
34 at your option, any later version of Perl 5 you may have available.
35
36
This page took 0.019295 seconds and 4 git commands to generate.