summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author B. Watson2022-03-14 09:02:21 +0100
committer B. Watson2022-03-14 09:02:21 +0100
commitf1d700bf95bf5899d18c4016889c0e7281f99e8c (patch)
tree16d6068fd8234967aeca33ac7f6aa4ef625ffccf /perl
parentb18a4a51241ac06c5dd115d326ab454bfab2dac2 (diff)
downloadslackbuilds-f1d700bf95bf5899d18c4016889c0e7281f99e8c.tar.gz
perl/perl-NetPacket: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-NetPacket/README25
1 files changed, 13 insertions, 12 deletions
diff --git a/perl/perl-NetPacket/README b/perl/perl-NetPacket/README
index a8d787778d..9b79c5cc77 100644
--- a/perl/perl-NetPacket/README
+++ b/perl/perl-NetPacket/README
@@ -1,15 +1,16 @@
-NetPacket - modules to assemble/disassemble network packets at the protocol
-level.
+NetPacket - modules to assemble/disassemble network packets at the
+protocol level.
-NetPacket provides a base class for a cluster of modules related to decoding
-and encoding of network protocols. Each NetPacket descendent module knows how
-to encode and decode packets for the network protocol it implements. Consult
-the documentation for the module in question for protocol-specific
-implementation.
-Note that there is no inheritance in the NetPacket:: cluster of modules other
-than each protocol module being a NetPacket. This was seen to be too
-restrictive as imposing inheritance relationships (for example between the IP,
-UDP and TCP protocols) would make things like tunneling or other unusual
-situations difficult.
+NetPacket provides a base class for a cluster of modules related to
+decoding and encoding of network protocols. Each NetPacket descendent
+module knows how to encode and decode packets for the network protocol
+it implements. Consult the documentation for the module in question
+for protocol-specific implementation.
+
+Note that there is no inheritance in the NetPacket:: cluster of
+modules other than each protocol module being a NetPacket. This was
+seen to be too restrictive as imposing inheritance relationships (for
+example between the IP, UDP and TCP protocols) would make things like
+tunneling or other unusual situations difficult.
This is not the same module as perl-Net-Packet!