Skip Menu |

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

Report information
The Basics
Id: 65010
Status: resolved
Priority: 0/
Queue: Net-Stomp

People
Owner: Nobody in particular
Requestors: davekrieger [...] pobox.com
Cc:
AdminCc:

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



Subject: Repeated warning
Date: Fri, 21 Jan 2011 15:30:27 -0800
To: bug-Net-Stomp [...] rt.cpan.org
From: Dave Krieger <davekrieger [...] pobox.com>
My Stomp listener application is getting many iterations of this warning:     Use of uninitialized value in numeric gt (>) at Net/Stomp.pm line 263. The cited line is: if ($len > 0) { I think this change will provide the same functionality without triggering the warning when $len is undefined: if ($len && $len > 0) { dk
Thanks - fixed in v0.40 (which I just uploaded)