George S. Baugh

Results 93 comments of George S. Baugh

I suppose that they finally got out of beta? If so I probably will have to accelerate my plans to make Selenium::Client the backend for this module. That said, I'm...

I didn't handle them. I wrote a new module which should be much easier to maintain than this. Selenium::Client It's on CPAN, you can use it today. I plan to...

It is quite picky about headers, yes. It's much more of a stickler for the standard than before, and there are even more landmines waiting in various methods. I realized...

Too busy with TestRail-Perl tonight, will look tomorrow along with #398.

I have a patch, but need to write tests. I'll probably get to that this weekend.

Forgive the tardy response. Thanks for the starter patch, I'll look at incorporating something like it soon to get this all working on *bsd.

ok, so the approach seems to be use fstat instead of lsof. I think I'll use dan's Unix::PID::get_pidof() instead

Hmm, there's no real lsof::PP though. There is this however: https://www.cpan.org/authors/id/J/JA/JAMSHAID/scripts/lsof-1.2.pl Maybe I'll make a module out of that.