Comment by joquarky

1 year ago

I also prefer to minimize dependencies, and it feels like this is why I can't find work.

So do I. I am writing a Perl script right now, and I could either use a non-core dependency, or implement my own. I went with my own. It is only a few lines of code. It works without the need to cpan i the module.