Skip Menu |

This queue is for tickets about the SMS-Send-US-TMobile CPAN distribution.

Report information
The Basics
Id: 77609
Status: new
Priority: 0/
Queue: SMS-Send-US-TMobile

People
Owner: Nobody in particular
Requestors: mhammontre [...] comcast.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Fwd: Bug report in SMS::Send::US::TMobile Module
Date: Sun, 3 Jun 2012 23:59:21 +0000 (UTC)
To: bugs-sms-send-us-tmobile [...] rt.cpan.org
From: Hammer <mhammontre [...] comcast.net>
I'm sorry, I left off a line in the error: Please see below with corrected notation. Show quoted text
----- Forwarded Message ----- From: "Hammer" <mhammontre@comcast.net> To: bugs-sms-send-us-tmobile@rt.cpan.org Cc: mhammontre@comcast.net Sent: Sunday, June 3, 2012 5:56:03 PM Subject: Bug report in SMS::Send::US::TMobile Module 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. HASH(0x114c018) # THis is the info I left off the original. Thanks!! Mike Hammontre - lifetime PERL programmer!!