Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37839347
en ru br
ALT Linux repos
S:1.26-alt1
5.0: 1.25-alt1
4.1: 1.24-alt1
4.0: 1.24-alt1

Group :: Development/Perl
RPM: perl-Net-IP

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: perl-Net-IP-intip-0.patch
Download


--- Net-IP-1.25/IP.pm.orig	2006-05-23 01:46:40.000000000 +0900
+++ Net-IP-1.25/IP.pm	2006-07-04 01:54:55.000000000 +0900
@@ -410,7 +410,7 @@
 
     my $int = ip_bintoint($self->binip());
 
-    if (!$int) {
+    if (ref($int) ne "Math::BigInt") {
         $self->{error} = $ERROR;
         $self->{errno} = $ERRNO;
         return;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin