[SCM] Debian packaging of libnetpacket-perl branch, master, updated. upstream/1.2.0-48-ge5b7262

gregor herrmann gregoa at debian.org
Sun Nov 20 16:15:35 UTC 2011


The following commit has been merged in the master branch:
commit 378b0833710a427e5e1b08d8164b851cd0d01286
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Nov 20 17:08:18 2011 +0100

    unapply patch in git
    
    Git-Dch: Ignore

diff --git a/lib/NetPacket/UDP.pm b/lib/NetPacket/UDP.pm
index ac8ab4b..7373269 100644
--- a/lib/NetPacket/UDP.pm
+++ b/lib/NetPacket/UDP.pm
@@ -309,7 +309,7 @@ netcat, but otherwise makes little sense. :) Adapt to your needs:
             # replace foo in the payload with bar
             $udp_obj->{data} =~ s/foo/bar/g;
 
-            # re-encode the packet
+            # reencode the packet
             $ip_obj->{data} = $udp_obj->encode($ip_obj);
             $data = $ip_obj->encode;
 

-- 
Debian packaging of libnetpacket-perl



More information about the Pkg-perl-cvs-commits mailing list