summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README22
1 files changed, 22 insertions, 0 deletions
diff --git a/README b/README
index e69de29..8978b28 100644
--- a/README
+++ b/README
@@ -0,0 +1,22 @@
+Net-DashCS version 0.01
+=======================
+
+This modules implements a client to Dash Carrier Services SOAP API. It
+is neither sponsored nor endorsed by Dash Carrier Services.
+
+INSTALLATION
+
+To install this module, type the following:
+
+ perl Makefile.PL
+ make
+ make test
+ make install
+
+DEPENDENCIES
+
+This modules requires the following modules and libraries:
+
+ SOAP::WSDL
+ SOAP::Lite
+