NAME
VOIP::MS - Perl module to provide access to the voip.ms API
SYNOPSIS
use VOIP::MS;
my $voip = VOIP::MS->new(username => 'user@name.com', password => 'password');
print $voip->getBalance(),"\n";
DESCRIPTION
Preliminary version of VOIP::MS module.
SEE ALSO
SOAP::Lite, Moose, https://www.voip.ms/m/apidocs.php
AUTHOR
Roy Hooper, <rhooper@toybox.ca<gt>
COPYRIGHT AND LICENSE
Copyright (C) 2010 by Roy Hooper
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.9 or, at your option, any later version of Perl 5 you may have available.