[![Build Status](https://travis-ci.org/tbrowder/Net-IP-Perl6.svg?branch=master)](https://travis-ci.org/tbrowder/Net-IP-Perl6) # Net::IP This module is a beginning port of the Perl module `Net::IP` to the `Raku` programming language. ## Synopsis: ``` #!/usr/bin/env perl6 use Net::IP; # manipulate IP addresses... ``` See the internal documentation in the terminal window by entering: ``` $ p6doc Net::IP ``` AUTHOR ====== Tom Browder, `` COPYRIGHT & LICENSE =================== Copyright (c) 2018-2019 Tom Browder, all rights reserved. This program is free software; you can redistribute it or modify it under the same terms as Perl 6 itself. See that license [here](./LICENSE).