Net/SMS/BulkSMS version 1.02
============================

Net::SMS::BulkSMS is a perl module that provides a calling interface and transport
to send SMS messages via www.bulksms.com. To use it you will need to register
an account at www.bulksms.com and give your account details when calling the module.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  HTTP::Request::Common, LWP::UserAgent, MIME::Base64, POSIX

COPYRIGHT AND LICENCE

Copyright (C) 2007 Peter Edwards <peter@dragonstaff.co.uk>

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.