Skip Menu |

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

Report information
The Basics
Id: 123833
Status: new
Priority: 0/
Queue: Net-IP

People
Owner: Nobody in particular
Requestors: KES [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Allow mask notation
print Net::IP->new( '0.0.0.0/255.255.255.0' )->mask Actual results: 255.255.255.255 Expected results: 255.255.255.0