handle responses with an encoding= (though not actually the encoding)
[Net-Plesk.git] / README
1 Net-Plesk version 0.02
2 ====================
3
4 THis module implements a client interface to SWSOFT's Plesk XML RPC,
5 enabling a perl application to talk to a Plesk server.
6
7 This module is not sponsored or endorsed by SWSOFT.
8
9 INSTALLATION
10
11 To install this module type the following:
12
13    perl Makefile.PL
14    make
15    make test
16    make install
17
18 DEPENDENCIES
19
20 This module requires these other modules and libraries:
21
22   LWP
23   Crypt::SSLeay
24   XML::Simple
25   XML::XPATH::XMLParser
26
27 COPYRIGHT AND LICENCE
28
29 Copyright (C) 2006 Jeff Finucane
30
31 This library is free software; you can redistribute it and/or modify
32 it under the same terms as Perl itself.