summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorivan <ivan>2004-10-15 15:15:08 +0000
committerivan <ivan>2004-10-15 15:15:08 +0000
commit3768b709beed40479f29657ecf77a6357697951f (patch)
tree52015f7330e10abcc7159f5c8b2f206a79131026 /README
initial importSTART
Diffstat (limited to 'README')
-rw-r--r--README34
1 files changed, 34 insertions, 0 deletions
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 <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.
+
+