From 3768b709beed40479f29657ecf77a6357697951f Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 15 Oct 2004 15:15:08 +0000 Subject: initial import --- README | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..f27e954 --- /dev/null +++ b/README @@ -0,0 +1,34 @@ +Net-Artera version 0.01 +======================= + +This is a Perl module which speaks the Artera XML API. +See . 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. + + -- cgit v1.2.1