- New upstream release 4.062 (#802994) - Add is_rfc1918 to Lite.pm v1.42 - Fix change in behavior introduced in v4.050 where an empty string supplied to "new" previously returned 'undef' and now returns 'default' for ipV4 or ipV6 (CPAN RT#75976) - Documentation updates - Don't need to remove empty directories from the buildroot - Recode NetAddr::IP::Lite module and manpage as UTF-8 - Don't use macros for commands
21 lines
447 B
Diff
21 lines
447 B
Diff
--- Lite/Lite.pm
|
|
+++ Lite/Lite.pm
|
|
@@ -1561,7 +1561,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
|
|
@@ -1571,7 +1571,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.
|