Skip Menu |

This queue is for tickets about the libnet CPAN distribution.

Report information
The Basics
Id: 30662
Status: resolved
Priority: 0/
Queue: libnet

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

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



Subject: Net::NNTP failed to open group named 0 (zero)
Though the NNTP protocol allows the name 0 (zero) for a group, Net::NNTP library doesn't allows to open such a group via the group subroutine. It is evaluating the name to be valid but unfortunately 0 evaluates to false. This is not critical enough, but breaking the standards.