f994442
--- Net-IP-1.25/IP.pm.bz197425	2006-05-22 12:46:40.000000000 -0400
f994442
+++ Net-IP-1.25/IP.pm	2006-07-05 15:20:26.000000000 -0400
f994442
@@ -410,7 +410,7 @@
f994442
 
f994442
     my $int = ip_bintoint($self->binip());
f994442
 
f994442
-    if (!$int) {
f994442
+    if (ref($int) ne "Math::BigInt") {
f994442
         $self->{error} = $ERROR;
f994442
         $self->{errno} = $ERRNO;
f994442
         return;