Subject: NetPacket::ICMP has an export typo on ICMP_MASKREQ
I found a typo in NetPacket::ICMP:
> use constant ICMP_MASKREQ => 17;
This constant is exported and documented as ICMP_MASREQ, making it unusable as an exported method.
Subject: NetPacket::ICMP has an export typo on ICMP_MASKREQ
I found a typo in NetPacket::ICMP:
> use constant ICMP_MASKREQ => 17;
This constant is exported and documented as ICMP_MASREQ, making it unusable as an exported method.