diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:00:41 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:00:41 -0400 |
commit | 07cc94ca8c66deecc761a7c5f077a82b13cfdd7a (patch) | |
tree | 09587ad76a3f33b393b6e3b76c0e6ef418fe3240 | |
parent | 8934d6c97951401033d88f5eccf81405fe9c7663 (diff) |
perl/perl-Net-IPv4Addr: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | perl/perl-Net-IPv4Addr/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-Net-IPv4Addr/README b/perl/perl-Net-IPv4Addr/README index 988282d0db29..6fcd67b3bb3c 100644 --- a/perl/perl-Net-IPv4Addr/README +++ b/perl/perl-Net-IPv4Addr/README @@ -1,6 +1,6 @@ Net::IPv4Addr - Perl extension for manipulating IPv4 addresses. Net::IPv4Addr provides functions for parsing IPv4 addresses both in -traditional address/netmask format and in the new CIDR format. There are also -methods for calculating the network and broadcast address and also to see -check if a given address is in a specific network. +traditional address/netmask format and in the new CIDR format. There +are also methods for calculating the network and broadcast address and +also to see check if a given address is in a specific network. |