summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README29
1 files changed, 29 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..9508733
--- /dev/null
+++ b/README
@@ -0,0 +1,29 @@
+Business/OnlinePayment/PaySystems version 0.01
+==============================================
+
+Module for doing creditcard transactions with PaySystems
+
+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:
+
+Net::SSLeay
+Business::OnlinePayment
+Test::More
+
+COPYRIGHT AND LICENCE
+
+Put the correct copyright and licence information here.
+
+Copyright (C) 2003 SimplyMarketingInc.com
+
+