CC: | mhammontre [...] comcast.net |
Subject: | Bug report in SMS::Send::US::TMobile Module |
Date: | Sun, 3 Jun 2012 23:56:03 +0000 (UTC) |
To: | bugs-sms-send-us-tmobile [...] rt.cpan.org |
From: | Hammer <mhammontre [...] comcast.net> |
I get an error when running the SMS::Send package:
Here is a snippet of the Script:
package main;
use SMS::Send;
my $sender = SMS::Send->new('US::TMobile');
$sender->send_sms(
'_from' => 'MyName', # it did contain my name
'to' => '7209999999', # it did contain my TMobile Cell phone #
'text' => "this is your test text message. Don't forget to change.",
) or print $@; # I had other handlers here, but no need to see them. same error occurs with or without it.
1;
Written exactly as the description in the perldoc SMS::Send::US::TMobile POD says to. At compile time it gives no errors. Perl -c quicktext.pl reports syntax OK. Perlcritic complains about many things, but all Sev 5.
This is the result:
Use of uninitialized value $headers in split at blib/lib/Net/SSLeay.pm (autosplit into blib/lib/auto/Net/SSLeay/do_httpx2.al) line 2572.
Thanks!!
Mike Hammontre - lifetime PERL programmer!!