NAME
Net::TinyIp::Address - IP Address object
SYNOPSIS
use Net::TinyIp::Address;
my $ip = Net::TinyIp::Address::v4->from_string( "192.168.1.1" );
say $ip;
DESCRIPTION
Blah blha blha.
AUTHOR
kuniyoshi <kuniyoshi@cpan.org>
SEE ALSO
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.