Skip Menu |

This queue is for tickets about the Net-SMPP CPAN distribution.

Report information
The Basics
Id: 18583
Status: new
Priority: 0/
Queue: Net-SMPP

People
Owner: Nobody in particular
Requestors: top_secret [...] pisem.net
Cc:
AdminCc:

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



Subject: don't work under perl 5.5
Under perl 5.5 my $pack = pack("Z*","perl"); warn Net::SMPP::hexdump($pack,"\t"); ######## 0000: 70 65 72 6c ######## But in perl 5.6 ######## 0000: 70 65 72 6c 00 ######## That's why using perl 5.5 you'll obtain corrupted PDU and receive status 1 (Message Length is invalid (ESME_RINVMSGLEN=0x00000001))