Import of MIKER/NetAddr-IP-4.072 from CPAN.
gitpan-cpan-distribution: NetAddr-IP
gitpan-cpan-version:      4.072
gitpan-cpan-path:         MIKER/NetAddr-IP-4.072.tar.gz
gitpan-cpan-author:       MIKER
gitpan-cpan-maturity:     released
1 parent 3dd3134 commit 16a4df055f16382808e30bd2f14282bdb19a7abf
@Michael Robinton Michael Robinton authored on 27 Jan 2014
Gitpan committed on 21 Oct 2014
Showing 11 changed files
View
3
■■
Changes
Revision history for Perl extension NetAddr::IP
 
4.072 Mon Jan 27 11:59:58 PST 2014
modify Makefile.PL to bypass missing 'pod2text'
 
4.071 Mon Sep 30 13:41:03 PDT 2013
add method "canon" by request from <tom.jones@bccx.com>
 
View
4
IP.pm
@EXPORT_FAIL = qw($_netlimit);
 
@ISA = qw(Exporter NetAddr::IP::Lite);
 
$VERSION = do { sprintf " %d.%03d", (q$Revision: 4.71 $ =~ /\d+/g) };
$VERSION = do { sprintf " %d.%03d", (q$Revision: 4.72 $ =~ /\d+/g) };
 
$rfc3021 = 0;
 
=pod
 
=head1 COPYRIGHT
 
This software is (c) Luis E. Muñoz, 1999 - 2007, and (c) Michael
Robinton, 2006 - 2012.
Robinton, 2006 - 2014.
 
All rights reserved.
 
This program is free software; you can redistribute it and/or modify
View
Lite/Changes
View
Lite/Lite.pm
View
Lite/Makefile.PL
View
Lite/README
View
Lite/Util/Changes
View
Lite/Util/Makefile.PL
View
Lite/Util/README
View
Lite/Util/Util.pm
View
META.yml