diff --git a/Changes b/Changes index 5a67417..48b89ae 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,11 @@ Revision history for Perl extension NetAddr::IP +4.012 Thu Oct 16 19:35:33 PDT 2008 + clear build bug for Win32 in Util.pm v 1.21 + +4.011 released Oct 6 13:10 + 4.010 Sat Sep 27 17:00:28 PDT 2008 in NetAddr::IP::Util v0.19 updated test for ENDIANess in siteconf diff --git a/IP.pm b/IP.pm index 4d1c075..79b234a 100644 --- a/IP.pm +++ b/IP.pm @@ -31,7 +31,7 @@ @ISA = qw(Exporter NetAddr::IP::Lite); -$VERSION = do { sprintf " %d.%03d", (q$Revision: 4.11 $ =~ /\d+/g) }; +$VERSION = do { sprintf " %d.%03d", (q$Revision: 4.12 $ =~ /\d+/g) }; =pod diff --git a/Lite/Changes b/Lite/Changes index 6802eb9..fc80368 100644 --- a/Lite/Changes +++ b/Lite/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension NetAddr::IP::Lite +1.09 Thu Oct 16 19:35:33 PDT 2008 + again... clear build bug for Win32 in Util.pm v 1.21 + 1.08 Sat Sep 27 12:27:28 PDT 2008 in Util v0.19 updated test for ENDIANess in siteconf diff --git a/Lite/Lite.pm b/Lite/Lite.pm index 22c7646..65e9691 100644 --- a/Lite/Lite.pm +++ b/Lite/Lite.pm @@ -27,7 +27,7 @@ ); use vars qw(@ISA @EXPORT_OK $VERSION $Accept_Binary_IP $Old_nth $AUTOLOAD); -$VERSION = do { my @r = (q$Revision: 1.8 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; +$VERSION = do { my @r = (q$Revision: 1.9 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; require Exporter; diff --git a/Lite/Util/Changes b/Lite/Util/Changes index 3eb49a1..c1de8e0 100644 --- a/Lite/Util/Changes +++ b/Lite/Util/Changes @@ -1,5 +1,10 @@ Revision history for Perl extension NetAddr::IP::Util +1.21 Thu Oct 16 19:35:33 PDT 2008 + again... clear build bug for Win32 + and lets get the version number right since it appears + that it was up-rev'd at some point to 1.xx + 0.20 Mon Oct 6 13:07:34 PDT 2008 clear build bug for Win32 diff --git a/Lite/Util/Makefile.PL b/Lite/Util/Makefile.PL index 1bdf39c..d60ce3d 100644 --- a/Lite/Util/Makefile.PL +++ b/Lite/Util/Makefile.PL @@ -90,7 +90,7 @@ # siteconf CCname Cfile_ext OBJext EXEext "Cflags" "LDflags" "LDLOADLIBS" # localStuff.h : - |. $pwd .q|/siteconf "$(CC)" ".c" "$(OBJ_EXT)" "$(EXE_EXT)" "$(CCFLAGS)" "$(LDflags)" "$(LDLOADLIBS)" + $(SHELL) ./siteconf "$(CC)" ".c" "$(OBJ_EXT)" "$(EXE_EXT)" "$(CCFLAGS)" "$(LDflags)" "$(LDLOADLIBS)" |; } diff --git a/Lite/Util/Util.pm b/Lite/Util/Util.pm index e987300..8466e2c 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.20 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; +$VERSION = do { my @r = (q$Revision: 1.21 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; my @export_ok = qw( inet_aton diff --git a/META.yml b/META.yml index c1ce9c4..49a6c75 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: NetAddr-IP -version: 4.011 +version: 4.012 abstract: Manages IPv4 and IPv6 addresses and subnets license: ~ author: