The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Net-SMS-ViaNett version 0.01
============================


Vianett ( http://www.vianett.com ) offers commercial service for sending / recieving SMS
amongst other services. This module offers a convinient way to send SMS using ViaNett's
API.

ViaNett offers various ways to contact their API, this module uses their HTTP API.

ViaNett's API documentation can be found at http://sms.vianett.com/cat/29.aspx

Please take note that neither this software nor the author are related to ViaNett in any way.


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install


COPYRIGHT AND LICENCE

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

This software or the author aren't related to ViaNett in any way.