diff --git a/Changes b/Changes index 0377c7d..a61aed9 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension NetAddr::IP +4.048 Sat Oct 8 01:33:44 PDT 2011 + remove debug print statement from Util v1.40 + 4.047 Thu Oct 6 23:41:42 PDT 2011 really correct missing reference in Util v1.39 doc update only in Lite.pm v1.30 diff --git a/IP.pm b/IP.pm index 4b3dc92..ee3e498 100644 --- a/IP.pm +++ b/IP.pm @@ -4,8 +4,8 @@ use strict; #use diagnostics; -use NetAddr::IP::Lite 1.29 qw(Zero Zeros Ones V4mask V4net); -use NetAddr::IP::Util 1.38 qw( +use NetAddr::IP::Lite 1.31 qw(Zero Zeros Ones V4mask V4net); +use NetAddr::IP::Util 1.40 qw( sub128 inet_aton inet_any2n @@ -34,7 +34,7 @@ @ISA = qw(Exporter NetAddr::IP::Lite); -$VERSION = do { sprintf " %d.%03d", (q$Revision: 4.47 $ =~ /\d+/g) }; +$VERSION = do { sprintf " %d.%03d", (q$Revision: 4.48 $ =~ /\d+/g) }; =pod diff --git a/Lite/Changes b/Lite/Changes index f4cd6b6..8f9951d 100644 --- a/Lite/Changes +++ b/Lite/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension NetAddr::IP::Lite +1.31 Sat Oct 8 01:33:44 PDT 2011 + remove debug print statement from Util.pm v1.40 + 1.30 Thu Oct 6 23:41:42 PDT 2011 correct internal variable reference in Util.pm 1.39 diff --git a/Lite/Lite.pm b/Lite/Lite.pm index bb8ad4f..a96ebb6 100644 --- a/Lite/Lite.pm +++ b/Lite/Lite.pm @@ -29,7 +29,7 @@ use vars qw(@ISA @EXPORT_OK $VERSION $Accept_Binary_IP $Old_nth $AUTOLOAD *Zero); -$VERSION = do { my @r = (q$Revision: 1.30 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; +$VERSION = do { my @r = (q$Revision: 1.31 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; require Exporter; diff --git a/Lite/Util/Changes b/Lite/Util/Changes index c39a9ab..6a157ea 100644 --- a/Lite/Util/Changes +++ b/Lite/Util/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension NetAddr::IP::Util +1.40 Sat Oct 8 01:33:44 PDT 2011 + remove debug print statement from Util.pm + 1.39 Thu Oct 6 23:41:42 PDT 2011 really correct missing internal reference diff --git a/Lite/Util/Util.pm b/Lite/Util/Util.pm index 4c0a867..b17affa 100644 --- a/Lite/Util/Util.pm +++ b/Lite/Util/Util.pm @@ -13,7 +13,7 @@ @ISA = qw(Exporter DynaLoader); -$VERSION = do { my @r = (q$Revision: 1.39 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; +$VERSION = do { my @r = (q$Revision: 1.40 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; @EXPORT_OK = qw( inet_aton @@ -201,7 +201,6 @@ sub import { if (grep { $_ eq ':noSock6' } @_) { -print "EXCLUDE Sock6\n"; $_Sock6ok = 0; @_ = grep { $_ ne ':noSock6' } @_; } diff --git a/META.yml b/META.yml index 8a0d5a3..e055f43 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: NetAddr-IP -version: 4.047 +version: 4.048 abstract: Manages IPv4 and IPv6 addresses and subnets license: ~ author: