The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::SMS::VoipBuster - Send SMS from VoipBuster

VERSION

Version 0.03

SYNOPSIS

  use Net::SMS::VoipBuster;

  my $c = Net::SMS::VoipBuster->new($user, $pass);

  my $res = $c->send($msg, $to);

FUNCTIONS

new

Creates a new Net::SMS::VoipBuster object.

  my $c = Net::SMS::VoipBuster->new($user, $pass);

send

  my $res = $c->send($msg, $to);

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Net::SMS::VoipBuster

AUTHOR

Filipe Dutra, <mopy at cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2008 by Filipe Dutra

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.8 or, at your option, any later version of Perl 5 you may have available.