cleanup for release

This commit is contained in:
Zane C. B-H 2019-11-11 01:06:53 -06:00
parent b410788731
commit 83dad36cf6
3 changed files with 15 additions and 0 deletions

View File

@ -1,5 +1,9 @@
Revision history for Net-CIDR-Overlap
0.2.0 2919-11-11/01:00
- Add remove support.
- Now properly handles mixed IPv4 and IPv6.
0.0.1 2019-10-07/05:50
- Initial release.

View File

@ -37,6 +37,8 @@ A utility module for helping make sure a list of CIDRs don't overlap.
print $cidr."\n";
}
This module supports both IPv4 and IPv6.
INSTALLATION
To install this module, run the following commands:
@ -67,6 +69,8 @@ You can also look for information at:
Search CPAN
https://metacpan.org/release/Net-CIDR-Overlap
Git Repository
https://github.com/VVelox/Net-CIDR-Overlap
LICENSE AND COPYRIGHT

View File

@ -55,6 +55,9 @@ our $VERSION = '0.2.0';
print $cidr."\n";
}
This works with eithe IPv4 or IPv6. Two instances of L<Net::CIDR::Set>
are maintained, one for IPv4 and one for IPv6.
=head1 METHODS
=head2 new
@ -458,6 +461,10 @@ L<https://cpanratings.perl.org/d/Net-CIDR-Overlap>
L<https://metacpan.org/release/Net-CIDR-Overlap>
=item * GIT Repository
L<https://github.com/VVelox/Net-CIDR-Overlap>
=back