Make t/real.t clean up after itself properly
[webservice-scaleway.git] / README
1 WebService-Scaleway version 0.001
2 =================================
3
4 Scaleway is an IaaS provider that offers bare metal ARM cloud servers.
5 WebService::Scaleway is a Perl interface to the Scaleway API.
6
7 INSTALLATION
8
9 To install this module type the following:
10
11 perl Makefile.PL
12 make
13 make test
14 make install
15
16 DEPENDENCIES
17
18 This module requires these other modules and libraries:
19
20 * JSON::MaybeXS
21
22 COPYRIGHT AND LICENCE
23
24 Copyright (C) 2015 by Marius Gavrilescu
25
26 This library is free software; you can redistribute it and/or modify
27 it under the same terms as Perl itself, either Perl version 5.20.2 or,
28 at your option, any later version of Perl 5 you may have available.
29
30
This page took 0.020396 seconds and 4 git commands to generate.