- New upstream release 4.049
- In Lite v1.32:
- Add capability to parse input of the form ->new6(12345,1); this should
have been there but was missing (CPAN RT#68723)
- In Util v1.41:
- Add inet_pton, inet_ntop, AF_INET, AF_INET6
- Modify inet_n2dx and inet_n2ad to recognize the new 128-bit IPv4 format
::FFFF:FFFF:0:0
- Replace isIPv4 with a pure perl version for portability
- Split the following into NetAddr::IP::InetBase v0.01 to provide better
long-term support for IPv6:
- inet_aton
- inet_ntoa
- ipv6_aton
- ipv6_n2x
- ipv6_n2d
- inet_any2n
- inet_n2dx
- inet_n2ad
- inet_ntop
- inet_pton
- packzeros
- isIPv4
- isNewIPv4
- isAnyIPv4
- AF_INET
- AF_INET6
- BR: perl(Carp)
- BR: perl(Socket6) for test suite
- Update UTF-8 patch to apply cleanly
- License is now GPL+ or Artistic in most of the code but Util.xs is GPLv2+ so
we ship the whole thing under that license
32 lines
895 B
Diff
32 lines
895 B
Diff
--- NetAddr-IP/README
|
|
+++ NetAddr-IP/README
|
|
@@ -187,7 +187,7 @@
|
|
|
|
LICENSE AND WARRANTY
|
|
|
|
-This software is (c) Luis E. Muñoz and Michael A. Robinton. It can be
|
|
+This software is (c) Luis E. Muñoz and Michael A. Robinton. It can be
|
|
used under the terms of the perl artistic license provided that proper
|
|
credit for the work of the authors is preserved in the form of this
|
|
copyright notice and license for this module.
|
|
--- NetAddr-IP/Lite/Lite.pm
|
|
+++ NetAddr-IP/Lite/Lite.pm
|
|
@@ -1381,7 +1381,7 @@
|
|
|
|
=head1 AUTHOR
|
|
|
|
-Luis E. Muñoz E<lt>luismunoz@cpan.orgE<gt>,
|
|
+Luis E. Muñoz E<lt>luismunoz@cpan.orgE<gt>,
|
|
Michael Robinton E<lt>michael@bizsystems.comE<gt>
|
|
|
|
=head1 WARRANTY
|
|
@@ -1391,7 +1391,7 @@
|
|
|
|
=head1 COPYRIGHT
|
|
|
|
- This software is (c) Luis E. Muñoz, 1999 - 2005
|
|
+ This software is (c) Luis E. Muñoz, 1999 - 2005
|
|
and (c) Michael Robinton, 2006 - 2011.
|
|
|
|
All rights reserved.
|