When using Fetch to download a url from Teamcity I get a Fetch failed! error. But the download of the file actually works.
They have recently changed permissions of our
As the documentation explains, just set
$File::Fetch::WARN = 0;
to suppress warnings.