WebService-Google-Voice-SendSMS version 1.000, released June 7, 2014


This module allows you to send SMS messages using your Google Voice
account.  It's based on the phpgooglevoice class by LostLeon.



INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install



DEPENDENCIES

  Package                Minimum Version
  ---------------------- ---------------
  perl                    5.8.0
  Carp                    
  HTTP::Request::Common   
  LWP::UserAgent          6



CHANGES
    Here's what's new in version 1.000 of WebService-Google-Voice-SendSMS:
    (See the file "Changes" for the full revision history.)

	- Document that you must see a TEXT button in Google Voice (RT#92040)



COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Christopher J. Madsen.

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