DESCRIPTION

  WWW::SMS - sends SMS using service provided by free websites


PREREQUISITES

  WWW::SMS depends on nothing (except Telephone::Number,
  but that's included in this package).
  Anyway its submodules won't work without
      - HTTP::Request::Common
      - HTTP::Cookies
      - LWP::UserAgent

  SFR.pm (French gateway submodule) also requires
      - Date::Manip

BUILDING/INSTALLING

  Once the archive is unpacked, use these commands:

      perl Makefile.PL
      make
      make install

STATUS

  This version (0.06) is currently stable release.
  You can find latest version at 
  http://sourceforge.net/projects/www-sms/
  or on CPAN.

  Please send any feedback to the author: giulienk@cpan.org


CHANGELOG

  0.06
     - We begin to use strict
     - Samples pop3tosms.pl and smstk.pl now are better
     - This README is born
     - Other bugfixes

COPYRIGHT

  Copyright 2001-2002 Giulio Motta <giulienk@cpan.org>
  Submodules copyrighted by their authors.

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