The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
WebService-Google-Voice-SendSMS version 0.01, released February 14, 2013


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 0.01 of WebService-Google-Voice-SendSMS:
    (See the file "Changes" for the full revision history.)

	- Initial release



COPYRIGHT AND LICENSE

This software is copyright (c) 2013 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.