debugging cruft removal
[Net-Soma.git] / README
1 Net-Soma version 0.01
2 ====================
3
4 THis module implements a client to SOMA Network's iWireless OSS-API
5 SOAP interface enabling a perl application to talk to a SOMA platform.
6
7 This module is not sponsored or endorsed by SOMA Networks.
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   SOAP::Lite
23   OSS-API WSDL files supplied by SOMA Networks
24
25 COPYRIGHT AND LICENCE
26
27 Copyright (C) 2008 Jeff Finucane
28
29 This library is free software; you can redistribute it and/or modify
30 it under the same terms as Perl itself.
31