I submitted a few pull requests on this - the relevant two (adding the size attribute was kind of a fun project to figure out how OpenBSD does its' process table):
Addition of size attribute: https://github.com/jwbargsten/perl-proc-processtable/pull/21 Fix of test failure: https://github.com/jwbargsten/perl-proc-processtable/pull/20 On Tue, Jan 23, 2018 at 12:54 PM, J. Maslak <jmas...@antelope.net> wrote: > I'm glad to take a look at Proc::ProcessTable. I've been able to see that > it fails its' tests on OpenBSD 6.2. I've been fixing a bunch of modules to > make Perl work okay on OpenBSD lately, as I've got a project that depends > on OpenBSD. I won't promise being able to fix it, but I'm willing to at > least look. > > -- > Joelle Maslak > > On Tue, Jan 23, 2018 at 10:50 AM, Alceu R. de Freitas Jr. via > cpan-testers-discuss <cpan-testers-discuss@perl.org> wrote: > >> https://github.com/perl5-dbi/DBD-mysql/issues/120#issuecomment-359835586 >> >> And looks like we now will have a fork from DBD::Mysql: >> >> https://www.nntp.perl.org/group/perl.dbi.users/2018/01/msg37584.html >> >> But Proc::Processtable seems to be still broken on OpenBSD. Here is a >> workaround: >> >> https://github.com/perl5-dbi/DBD-mysql/pull/222 >> >> If any good soul over there would like to help me with XS/C code to fix >> it, please let me know. >> >> Regards, >> Alceu >> >> >