Subject: | Does not build with perl 5.18 |
Lite.pm contains in "Muñoz" a character >127 but no =encoding.
The attached patch converts the ñ to UTF8 and adds an =encoding.
Subject: | NetAddr-IP-perl518.patch |
--- Lite/Lite.pm~ 2013-05-25 17:13:21.696862339 +0200
+++ Lite/Lite.pm 2013-05-25 17:40:09.666283524 +0200
@@ -48,6 +48,8 @@
$Old_nth = 0;
*Zero = \&Zeros;
+=encoding UTF8
+
=head1 NAME
NetAddr::IP::Lite - Manages IPv4 and IPv6 addresses and subnets
@@ -1571,7 +1573,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
@@ -1581,7 +1583,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 - 2012.
All rights reserved.