book / HTTP-Proxy

A pure Perl HTTP proxy
http://search.cpan.org/dist/HTTP-Proxy/
19 stars 14 forks source link

Convert two-argument open to three-argument #11

Open ferki opened 4 years ago

ferki commented 4 years ago

I was pointed to this repo via Pull Request Club, and while I was orienting myself, I've noticed a two-argument open with the help of perlcritic.

This PR converts that into a three-argument open for increased safety and readability. Hope this helps, but feel free to point me towards better opportunities for contribution :)