Bump version and update Changes
[webservice-strike.git] / README
1 WebService-Strike version 0.001002
2 ==================================
3
4 INSTALLATION
5
6 To install this module type the following:
7
8 perl Makefile.PL
9 make
10 make test
11 make install
12
13 DEPENDENCIES
14
15 This module requires these other modules and libraries:
16
17 * Test::RequiresInternet
18 * Try::Tiny
19 * Class::Accessor::Fast
20 * Date::Parse
21 * JSON::MaybeXS
22 * Sort::ByExample
23 * URI::Escape
24
25 COPYRIGHT AND LICENCE
26
27 Copyright (C) 2015 by Marius Gavrilescu
28
29 This library is free software; you can redistribute it and/or modify
30 it under the same terms as Perl itself, either Perl version 5.20.2 or,
31 at your option, any later version of Perl 5 you may have available.
32
33
This page took 0.020412 seconds and 5 git commands to generate.