diff options
author | jeff <jeff> | 2010-03-31 16:44:04 +0000 |
---|---|---|
committer | jeff <jeff> | 2010-03-31 16:44:04 +0000 |
commit | aef2ee81c4fa85936a990b183d45688069c6dec3 (patch) | |
tree | d3c946915a1f20a14c39da730a4377a14655b099 | |
parent | baf2d1cbeee79b62e8b6314f1d5404ce0fc7c756 (diff) |
-rw-r--r-- | README | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -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 + |