Skip Menu |

This queue is for tickets about the SHARYANTO-Proc-Util CPAN distribution.

Report information
The Basics
Id: 91932
Status: resolved
Priority: 0/
Queue: SHARYANTO-Proc-Util

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

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



Subject: Don't use pstree
pstree is inherently non-portable and not existent on most systems. Under FreeBSD, there are at least two different implementations of pstree in the port system (packages psmisc and pstree). It's probably much more portable to use Proc::ProcessTable instead. Regards, Slaven
On Tue Jan 07 13:49:16 2014, SREZIC wrote: Show quoted text
> pstree is inherently non-portable and not existent on most systems. > Under FreeBSD, there are at least two different implementations of > pstree in the port system (packages psmisc and pstree). It's probably > much more portable to use Proc::ProcessTable instead. > > Regards, > Slaven
Implemented in 0.59. Regards, Steven