- New upstream release 4.052
- In InetBase.pm v0.03:
- Socket6 prior to version 0.23 does not have AF_INET6 in the EXPORT_OK
array; modify InetBase.pm to work around this
- Remove reference to Config{osname}
- In Lite.pm v1.35:
- Add support for Math::BigInt to NetAddr::IP::Lite
- Use Math::BigInt::Calc for creating BigInt values and fall back to
NetAddr::IP::Calc if Math::BigInt is not present (fixes CPAN RT#71869)
- BR: perl(Data::Dumper) and perl(Math::BigInt)
- Add runtime dependency on perl(Math::BigInt) for performance and consistency
- Update UTF-8 patch to apply cleanly
32 lines
896 B
Diff
32 lines
896 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
|
|
@@ -1474,7 +1474,7 @@
|
|
|
|
=head1 AUTHORS
|
|
|
|
-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
|
|
@@ -1484,7 +1484,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.
|