Skip Menu |

This queue is for tickets about the Unix-Lsof CPAN distribution.

Report information
The Basics
Id: 38440
Status: resolved
Priority: 0/
Queue: Unix-Lsof

People
Owner: MARCB [...] cpan.org
Requestors: riccardomurri [...] yahoo.it
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: v0.0.2
Fixed in: v0.0.3



Subject: only returns one value for multi-valued lsof fields
Hello, Unix::Lsof returns only one value (namely, the last) from a multi-valued column of lsof output. For instance, when parsing the following lsof output: ... PTCP nXXX.example.com:ssh->YYY.example.com:43506 TST=ESTABLISHED TQR=0 TQS=0 TWR=49232 TWW=64128 ... the "T" (tpi/tcp info) column will contain only "WW=64128". I think the "T" column should contain a array reference, when there are multiple values. Thank you very much for providing Unix::Lsof, by the way! Regards, Riccardo
Fixed in 0.0.3