0.01
[Net-Artera.git] / README
1 Net::Artera version 0.01
2 =======================
3
4 This is a Perl module which speaks the Artera XML API.
5 See <http://www.arteraturbo.com>.  Artera Resellers can use this module
6 to access some features of the API.
7
8 INSTALLATION
9
10 To install this module type the following:
11
12    perl Makefile.PL
13    make
14    make test
15    make install
16
17 DEPENDENCIES
18
19 This module requires these other modules and libraries:
20
21   LWP (libwww-perl)
22   Crypt::SSLeay
23   XML::Simple
24   Data::Dumper
25   Locale::Country
26
27 COPYRIGHT AND LICENCE
28
29 Copyright (C) 2004 by Ivan Kohler
30
31 This library is free software; you can redistribute it and/or modify
32 it under the same terms as Perl itself.
33
34