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: 91063
Status: resolved
Priority: 0/
Queue: NetPacket

People
Owner: Nobody in particular
Requestors: fschlich [...] zedat.fu-berlin.de
Cc:
AdminCc:

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



Subject: typo
Hi, this report is embarrassing, but since our (Debian's) automated QA tools keep reminding us to fix this, I though why not forward the patch... --- a/lib/NetPacket/UDP.pm +++ b/lib/NetPacket/UDP.pm @@ -321,7 +321,7 @@ # replace foo in the payload with bar $udp_obj->{data} =~ s/foo/bar/g; - # reencode the packet + # re-encode the packet $ip_obj->{data} = $udp_obj->encode($udp_obj, $ip_obj); $data = $ip_obj->encode; Florian