Net::UP::Notify version 1.01 
======================

The README is used to introduce the module and provide instructions on
how to install the module, any machine dependencies it may have (for
example C compilers and installed libraries) and any other information
that should be provided before the module is installed.

This allows you to send a Net Alert to a cellular phone, provided you
know the subscriber ID of the user.
This also requires the end user to have the Wireless Web service on
their phone, and they also must have it provisioned by the carrier.
                                                                                
This was designed and tested using a Nextel phone, but I think that
both Cingular and Sprint PCS should be supported here when given the
proper subscriberid string.
                                                                                
My intention is to completely support the entire UP SDK, but for right
now, I can only support the sending of Net Alerts.

REVISION HISTORY

	1.01 release, Fixed dependency list in Makefile.PL;
	1.0 release, initial release;


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:

	LWP::Request

COPYRIGHT AND LICENCE

Copyright (C) 2004 Paul Timmins, All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.