summaryrefslogtreecommitdiff
path: root/README
blob: 76211dafec27a5b5871d3e2fb25dc1c82e4284cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Net::Artera version 0.01
=======================

This is a Perl module which speaks the Artera XML API.
See <http://www.arteraturbo.com>.  Artera Resellers can use this module
to access some features of the API.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  LWP (libwww-perl)
  Crypt::SSLeay
  XML::Simple
  Data::Dumper
  Locale::Country

COPYRIGHT AND LICENCE

Copyright (C) 2004 by Ivan Kohler

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.