# jBilling::Client::SOAP - Interface with jBilling's Billing Engine #
# VERSION #

v0.0.4

# SYNOPSIS #


# DESCRIPTION #

This module enables easy interaction with the SOAP interface
provided by the jBilling Billing System

# INSTALLATION #

To install this module type the following:


```
#!perl

   perl Makefile.PL
   make
   make test
   make install

```

# AUTHOR #

Aaron Guise - <guisea@cpan.org>

## Suggestions, Bug Reporting and Contributing ##

This module is developed on BitBucket at 
<https://bitbucket.org/guisea/jbilling-client-soap/>

# LICENSE #

Copyright (c) 2015 Aaron Guise. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.