Skip Menu |

This queue is for tickets about the libnet CPAN distribution.

Report information
The Basics
Id: 94153
Status: new
Priority: 0/
Queue: libnet

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

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



Subject: Net::Domain and uname on HPUX
On HPUX systems, by default uname will only report the first 8 characters of a hostname, so if your hostname is 'hpuxsystem' then `uname -n` will report : hpuxsyst The hostname command will report the full hostname, however. It might make sense then to not use uname on hpux systems in Net::Domain.