New::SMS::Genie
===============

Description
-----------

A perl module to send SMS messages, using the Genie web2sms gateway. This
module will only work with mobile phone numbers that have been registered with
Genie (http://www.genie.co.uk/) and uses form submission to a URL that may be
subject to change.

Prerequisites
-------------

This module requires the following perl modules:

Carp
LWP::UserAgent
CGI_Lite
URI

See Makefile.PL for versions required. It has been tested with perl v5.6.0.

Installation
------------

The usual ...

> perl Makefile.PL
> make
[ > make test ]
> make install

Copyright
---------

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