in reply to Autodetect Proxy on Windows

Takamoto:

I understand why you might be worried: the module hasn't changed in a long time, the author hasn't updated any of their modules in a long time, and the package has little in the way of test coverage.

In this case, though, I wouldn't worry about it: The module itself is just 80 lines of code that just verifies that it's running on windows, and if so, it looks in the registry for the proxy information. A quick google seems to indicate that looking in the registry is a common way to get proxy information, so I'd expect it to be a reasonable way to get the proxy information for the foreseeable future.

...roboticus

When your only tool is a hammer, all problems look like your thumb.

Replies are listed 'Best First'.
Re^2: Autodetect Proxy on Windows
by stevieb (Canon) on Jan 11, 2019 at 15:13 UTC

    I also had a read through the distribution, and I agree with roboticus; it appears like it's fine to use.

    Very little complexity, so really nothing has had to be updated.

    There are no test failures, but with that said, there's only a few tests being run. Again though, the module is pretty simplistic in what it does.