Import of MIKER/NetAddr-IP-4.015 from CPAN.
gitpan-cpan-distribution: NetAddr-IP
gitpan-cpan-version:      4.015
gitpan-cpan-path:         MIKER/NetAddr-IP-4.015.tar.gz
gitpan-cpan-author:       MIKER
gitpan-cpan-maturity:     released
1 parent 317e975 commit cee2842e940a9e18ac21fdb687175fbe2f3eef51
@Michael Robinton Michael Robinton authored on 3 Nov 2008
Gitpan committed on 21 Oct 2014
Showing 12 changed files
View
5
Changes
Revision history for Perl extension NetAddr::IP
 
4.015 Sun Nov 2 10:10:38 PST 2008
in Util v1.23 add missing headers in configure and localconf.h
for Solaris inet_xton
thanks to Karl Bunch <karl@digilink.net> for spotting the bug.
 
4.014 Sat Nov 1 15:13:48 PST 2008
in Lite.pm v1.11, add test for characters not allowed by
rfc952 before the call to gethostbyname in sub new() for those
View
2
■■■
IP.pm
@EXPORT_OK = qw(Compact Coalesce Zero Ones V4mask V4net);
 
@ISA = qw(Exporter NetAddr::IP::Lite);
 
$VERSION = do { sprintf " %d.%03d", (q$Revision: 4.14 $ =~ /\d+/g) };
$VERSION = do { sprintf " %d.%03d", (q$Revision: 4.15 $ =~ /\d+/g) };
 
=pod
 
=head1 NAME
View
Lite/Util/Changes
View
Lite/Util/Makefile.PL
View
Lite/Util/Util.xs
View
Lite/Util/config.h.in
View
Lite/Util/configure
Too large (Show diff)
View
Lite/Util/configure.ac
View
Lite/Util/localconf.h
View
Lite/Util/xs_include/inet_aton.c
View
META.yml
View
Makefile.PL