Initial commit
[webservice-tdwtf.git] / README
CommitLineData
54c23de0
MG
1WebService-TDWTF version 0.001
2==============================
3
4WebService::TDWTF is an interface to the API of L<http://thedailywtf.com>.
5Quoting 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
12INSTALLATION
13
14To install this module type the following:
15
16 perl Makefile.PL
17 make
18 make test
19 make install
20
21DEPENDENCIES
22
23This module requires these other modules and libraries:
24
25* Class::Accessor::Fast
26* JSON::MaybeXS
27
28COPYRIGHT AND LICENCE
29
30Copyright (C) 2016 by Marius Gavrilescu
31
32This library is free software; you can redistribute it and/or modify
33it under the same terms as Perl itself, either Perl version 5.20.2 or,
34at your option, any later version of Perl 5 you may have available.
35
36
This page took 0.011009 seconds and 4 git commands to generate.