Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the NetPacket CPAN distribution.

Report information
The Basics
Id: 85038
Status: resolved
Priority: 0/
Queue: NetPacket

People
Owner: Nobody in particular
Requestors: STANS [...] cpan.org
Cc:
AdminCc:

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



Subject: NetPacket::UDP::strip missing braces, inconsistent
I ran into an issue using NetPacket::UDP::strip, in particular with line 81: return $tcp_obj->data; It just needs braces (Can't locate object method "data" via package "��"): return $tcp_obj->{data}; It may also be helpful for others if the variable name wasn't "tcp_obj". I imagine it was just a copy and paste, but it'd definitely be nice (especially for people like me, coming into this family of modules directly to UDP). Thank you.
fixed, and on its way to CPAN. Thanks! :-)