Skip Menu |

This queue is for tickets about the Net-CIDR-Lite CPAN distribution.

Report information
The Basics
Id: 12732
Status: resolved
Priority: 0/
Queue: Net-CIDR-Lite

People
Owner: Nobody in particular
Requestors: jgmyers [...] proofpoint.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.15
Fixed in: 0.17



Subject: divide by zero when spanning tree empty
The following script: use Net::CIDR::Lite; $cidr = new Net::CIDR::Lite; $spanner = $cidr->spanner(); $href = $spanner->find("127.0.0.1"); Results in the following fatal error: Illegal division by zero at /tools/x/perl-5.8.6/lib/site_perl/5.8.6/Net/CIDR/Lite.pm line 340.
Now fixed (in 0.17).