diff options
Diffstat (limited to 'perl/perl-Net-IPv6Addr/README')
-rw-r--r-- | perl/perl-Net-IPv6Addr/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-Net-IPv6Addr/README b/perl/perl-Net-IPv6Addr/README new file mode 100644 index 000000000000..91859b2b28d0 --- /dev/null +++ b/perl/perl-Net-IPv6Addr/README @@ -0,0 +1,5 @@ +Net::IPv6Addr -- check validity of IPv6 addresses + +Net::IPv6Addr checks strings for valid IPv6 addresses, as specified in +RFC1884. You throw possible addresses at it, it either accepts them or throws +an exception. |